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