From e4300cc4ba2379915126d6c7fb8f34d7df8953ff Mon Sep 17 00:00:00 2001 From: John Kenyon Date: Sun, 9 Mar 2025 20:43:17 -0700 Subject: [PATCH] Add the SVGtoPNG webapp --- README.md | 1 + index.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d3a47c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +A tool for converting SVG files to PNG files, allowing for a scaling multiplier. diff --git a/index.html b/index.html new file mode 100644 index 0000000..0730f57 --- /dev/null +++ b/index.html @@ -0,0 +1,72 @@ + + + + + + SVG to Canvas + + + Scale value: +
+ Drop an SVG file here to convert it to PNG! +
+ + + \ No newline at end of file