Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/drawing_js
Paint Clone on Vanilla JS
https://github.com/belchenkov/drawing_js
canvas css3 font-awesome html5 surge vanilla-javascript
Last synced: 7 days ago
JSON representation
Paint Clone on Vanilla JS
- Host: GitHub
- URL: https://github.com/belchenkov/drawing_js
- Owner: Belchenkov
- Created: 2020-12-30T09:37:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T11:30:27.000Z (almost 4 years ago)
- Last Synced: 2023-03-01T00:36:57.326Z (over 1 year ago)
- Topics: canvas, css3, font-awesome, html5, surge, vanilla-javascript
- Language: JavaScript
- Homepage: http://drawing-js-ab.surge.sh
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Drawing
> Paint Clone on Vanilla JS
### [Demo](http://drawing-js-ab.surge.sh)
[![IMAGE ALT TEXT HERE](./uploads/screen.png)](https://skr.sh/v5sPM3g1TTU?a)
### Get started```shell script
git clone
```
```shell script
open index.html
```
or
```shell script
npm i -g live-server
```
```shell script
live-server
```