Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeukfei02/drawcanvas
HTML5 canvas
https://github.com/yeukfei02/drawcanvas
canvas drawcanvas svelte
Last synced: 4 days ago
JSON representation
HTML5 canvas
- Host: GitHub
- URL: https://github.com/yeukfei02/drawcanvas
- Owner: yeukfei02
- License: mit
- Created: 2017-10-16T13:54:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:08:03.000Z (11 months ago)
- Last Synced: 2024-05-09T16:13:59.367Z (6 months ago)
- Topics: canvas, drawcanvas, svelte
- Language: Svelte
- Homepage: https://draw-canvas-three.vercel.app/
- Size: 1.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# drawCanvas
HTML5 canvas
url:
## Requirement
- install yarn
- install node (v12+)## Testing and run
```zsh
$ yarn// development
$ yarn run dev// production
$ yarn run production// validate ts
$ yarn run validate
```open localhost:5000
## Contributing
Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/drawCanvas/blob/master/CONTRIBUTING.md)