commit e4300cc4ba2379915126d6c7fb8f34d7df8953ff Author: John Kenyon Date: Sun Mar 9 20:43:17 2025 -0700 Add the SVGtoPNG webapp 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