An open API service indexing awesome lists of open source software.

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.

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.

![Cover](./cover.png)

## 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.