Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Diagram Editor

MyEAN Stack project for creating and editing images using fabric.js.

Wroking Demo

For demo please visit this link.

Running Locally

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 start

Your app should now be running on localhost:3000.

Add your MySQL user and password in 2d-editor/server/config.js

db: {
    host: 'localhost',
    user: 'root'
    password: 'password'
  }

Notes

  • Undo and Redo buttons are disabled right after performing the action for a few seconds, to prevent rapid clicking.

Bugs - ToDo's

  • 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

About

MyEAN Stack project for creating and editing images using fabric.js.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages