Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dailydrip/elm-svg-editor

An SVG Editor in Elm, from DailyDrip
https://github.com/dailydrip/elm-svg-editor

dailydrip elm svg

Last synced: about 2 months ago
JSON representation

An SVG Editor in Elm, from DailyDrip

Awesome Lists containing this project

README

        

# Elm SVG Editor
> An Elm-based SVG editor, from [DailyDrip](https://www.dailydrip.com).

## Running it

Install the dependencies:

```sh
$ elm package install -y
$ yarn
```

Then you can run the app with:

```sh
$ npm run start
```