https://github.com/leo848/draw
https://github.com/leo848/draw
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leo848/draw
- Owner: leo848
- Created: 2019-12-22T16:10:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T11:40:00.000Z (over 5 years ago)
- Last Synced: 2025-02-10T01:33:42.383Z (4 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# draw
## A website to draw using HTML canvas. Can even be useful.
### **Features**
+ Size canvas
+ Draw
+ Change color with **CSS** attributes
+ Change pen size
+ Clear the canvas without losing pen color or size
+ See the image
+ Download the imageThat's __currently__ everything you can do.
### **How to use**
+ Set the canvas size
+ Draw with your mouse
+ Type '#', 'c' or press the 'Change color' button to change the color
+ Type 's' or press the 'Change size' button to change the size
+ Type ctrl+c / cmd+c or press the 'Clear' button to delete your work
+ Type space or press the 'Display image' button to show your image
+ Right-click and click save to save it
+ Done## Thanks for reading. [Now check it out!](leo848.github.io/draw "Click it!")