Skip to content

dailydrip/elm-svg-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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