Skip to content

mitjafelicijan/drawarea.cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Drawarea.cc

Simple drawing tool with text support.

  • Left click starts drawing and you drag your mouse and draw shapes.
  • Right click asks you to enter text and then puts that text under the cursor location.
  • Backspace or Del keypress clears the current canvas.
  • If you hold Ctrl key you are able to erase stuff on canvas.
  • Autosaving to localStorage and session restore on load.
  • Adjust pencil size with a slider left top.