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
- Host: GitHub
- URL: https://github.com/pilotpirxie/canvas-editor
- Owner: pilotpirxie
- License: mit
- Created: 2019-09-18T22:59:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:59:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T08:22:15.543Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```