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
- Host: GitHub
- URL: https://github.com/givensuman/paint
- Owner: givensuman
- Created: 2022-11-02T21:25:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T21:40:44.000Z (about 1 year ago)
- Last Synced: 2024-11-29T10:32:58.130Z (6 months ago)
- Language: TypeScript
- Homepage: https://paint.given.rocks
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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