https://github.com/hind-sagar-biswas/drawjs
Vanilla JavaScript Drawing Application
https://github.com/hind-sagar-biswas/drawjs
canvas html-css-javascript html5-canvas javascript javascript-applications
Last synced: 7 months ago
JSON representation
Vanilla JavaScript Drawing Application
- Host: GitHub
- URL: https://github.com/hind-sagar-biswas/drawjs
- Owner: hind-sagar-biswas
- License: mit
- Created: 2021-03-18T15:19:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T12:55:17.000Z (over 4 years ago)
- Last Synced: 2025-02-03T04:29:05.917Z (9 months ago)
- Topics: canvas, html-css-javascript, html5-canvas, javascript, javascript-applications
- Language: JavaScript
- Homepage: https://hind-sagar-biswas.github.io/DrawJS/
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrawJS
Vanilla JavaScript Drawing ApplicationA drawing application made using HTML5 `` element and Vanilla JavaScript
## Features
* Draw Anything
* Choose any color from color picker
* Change the line width
* Save drawing as `.PNG` image
* Clear Board
## Clone Repo
#### HTTPS
```
https://github.com/hind-sagar-biswas/DrawJS.git
```#### SSH
```
git@github.com:hind-sagar-biswas/DrawJS.git
```#### Git CLI
```
gh repo clone hind-sagar-biswas/DrawJS
```
## LicenseThis code has been licensed under `MIT` open source copyleft license.
## Author
*Hind Sagar Biswas*
**Website:** [https://hindbiswas.000webhostapp.com/](https://hindbiswas.000webhostapp.com/)
[](https://m.facebook.com/hindsagar.biswas)
[](https://twitter.com/hind_biswas)