MyEAN Stack project for creating and editing images using fabric.js.
For demo please visit this link.
Make sure you have Node.js, Bower, MySQL installed.
git clone https://github.com/prabjot-singh/2d-editor.git -b test # or clone your own fork
cd 2d-editor
cd client
npm install
bower install
cd ..
npm install
npm startYour app should now be running on localhost:3000.
db: {
host: 'localhost',
user: 'root'
password: 'password'
}
- Undo and Redo buttons are disabled right after performing the action for a few seconds, to prevent rapid clicking.
- Font color does not change, need to fix the scope watch
- Edit and Save a perviously saved diagram i.e, implement UPSERT in MySQL queries