A simple html page for converting e.g. SVG files to png.
Visit: mkrogh.github.io/svg-png Usage
- Run from a webserver (to allow loading files from disk). For local use
./server.sh
- Browse for your file (SVG or other)
- Click the download button to download
The core files are: convert.html
, convert.js
and convert.css
.
I found some inspiration from: