Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 575 Bytes
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.