svg-editor
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
# SVG Editor A simple, visual SVG markup editor for the web. 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 ```