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

https://github.com/givensuman/paint

Simple paint application using HTML5 canvas
https://github.com/givensuman/paint

Last synced: 2 months ago
JSON representation

Simple paint application using HTML5 canvas

Awesome Lists containing this project

README

        

A simple paint application using HTML5 canvas.

To clone, run:

```bash
git clone https://github.com/givensuman/paint/
```

and install dependencies with:
```bash
yarn
# or npm install
```

Made with TypeScript and Vite