elm-svg-editor icon indicating copy to clipboard operation
elm-svg-editor copied to clipboard

An SVG Editor in Elm, from DailyDrip

Elm SVG Editor

An Elm-based SVG editor, from DailyDrip.

Running it

Install the dependencies:

$ elm package install -y
$ yarn

Then you can run the app with:

$ npm run start