https://github.com/itsfuad/pokedraw
PokeDraw is a simple drawing application made with HTML5 Canvas. Usefull for making quick sketches and drawings. It is inspired by the Microsoft whiteboard.
https://github.com/itsfuad/pokedraw
art drawing pwa web
Last synced: 8 months ago
JSON representation
PokeDraw is a simple drawing application made with HTML5 Canvas. Usefull for making quick sketches and drawings. It is inspired by the Microsoft whiteboard.
- Host: GitHub
- URL: https://github.com/itsfuad/pokedraw
- Owner: itsfuad
- Created: 2023-08-03T15:27:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T10:48:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T12:24:51.104Z (almost 2 years ago)
- Topics: art, drawing, pwa, web
- Language: JavaScript
- Homepage: https://itsfuad.github.io/PokeDraw/
- Size: 4.33 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PokeDraw: Lightweight Drawing App
PokeDraw is a lightweight drawing application built with HTML5 Canvas. It's ideal for quick sketches and drawings and is inspired by the Microsoft Whiteboard.

## Features
- **Pen Tool:** Freehand drawing.
- **Eraser Tool:** Remove strokes effortlessly.
- **Fill Tool:** Flood fill areas with color.
- **Shape Tools:** Draw rectangles, circles, lines, and triangles.
- **Undo/Redo:** Easily revert or reapply changes.
- **Clear Function:** Reset the canvas.
## Getting Started
1. Open the app in your browser.
2. Choose a tool from the toolbar.
3. Start drawing on the canvas.
## Notes
- Built using modern HTML5 Canvas technologies.
- Optimized for desktop use.