Skip to content

ajitfawade/canvas-save-restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canvas-save-restore

Save your canvas to a mongo database and restore it.

Click here to check out

Working

  1. Create drawing and save it to database
  2. Ask for file name before saving.
  3. Fetch all drawings on home page.
  4. Download drawing.

Pending

  1. Inherit canvas height and width from parent.
  2. Attach image to canvas to edit the existing drawings.
  3. Update the existing drawing with same file name.
  4. Option to choose the shape and allow drawing the selected shape on canvas.