Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitjafelicijan/drawarea.cc
Simple online drawing tool
https://github.com/mitjafelicijan/drawarea.cc
drawing sketch
Last synced: about 1 month ago
JSON representation
Simple online drawing tool
- Host: GitHub
- URL: https://github.com/mitjafelicijan/drawarea.cc
- Owner: mitjafelicijan
- Created: 2024-05-06T09:39:21.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-07T14:27:52.000Z (8 months ago)
- Last Synced: 2024-05-08T12:53:20.829Z (8 months ago)
- Topics: drawing, sketch
- Language: JavaScript
- Homepage: https://drawarea.cc/
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.