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

https://github.com/pilotpirxie/canvas-editor

🎨 Canvas based drawing editor
https://github.com/pilotpirxie/canvas-editor

Last synced: 7 months ago
JSON representation

🎨 Canvas based drawing editor

Awesome Lists containing this project

README

          

## Canvas Editor

Image editor created with Fabric.js, React-Redux stack and Bootstrap 4.
State of the application is stored with Redux store and synchronised between Fabric Canvas object and UI. Editor was bootstrapped with Create React App.

### Getting started
```
# clone repo
git clone

# install dependencies
yarn

# run app, by default on port 3000
yarn start
```

### License & Credits
```
Icons by FlatIcon https://www.flaticon.com/
Bootstrap skin by Bootswatch https://bootswatch.com/
Fabric.js https://github.com/fabricjs/fabric.js
Canvas Editor MIT
```