A simple web canvas where users can draw using their mouse inside a bordered area. This project allows freehand drawing and includes Clear and Done buttons to control the drawing.
- Draw freely using your mouse
- Interactive canvas area
- Clear button to erase the drawing
- Done button to finish the drawing
- Simple and clean UI design
- Lightweight and fast
- HTML
- CSS
- JavaScript
- Canvas API
project-folder
│
├── index.html
├── style.css
└── script.js
- Open index.html in your browser
- Move your mouse inside the canvas
- Click and drag to start drawing
- Press Clear to remove the drawing
- Press Done when finished
A simple drawing canvas where users can draw inside a bordered area using the mouse.
Muhammadsoli