svg.pablopie.xyz
A simple SVG markup editor for the web
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# SVG Editor A simple, visual SVG markup editor for the web. This editor solves a very specific problem: * I can edit the source code of SVG files in a text editor * I can view the changes I made in an editor like Inkscape * I cannot do them both at the same time This editor allows users the edit the source code of the image and preview the results instantly. ## Running This on Your Server Despite the looks, this is a completely static application. In other words, to run this on your server just dump the files somewhere. ### Build Dependencies * [Elm](https://elm-lang.org/) * [uglifyjs](https://www.npmjs.com/package/uglify-js) ### Building the Website ``` $ make build ```