Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dailydrip/elm-svg-editor
- Owner: dailydrip
- Created: 2017-01-10T11:01:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T00:21:29.000Z (almost 8 years ago)
- Last Synced: 2024-08-05T20:31:55.947Z (5 months ago)
- Topics: dailydrip, elm, svg
- Language: Elm
- Homepage:
- Size: 703 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```