Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeukfei02/drawcanvas

HTML5 canvas
https://github.com/yeukfei02/drawcanvas

canvas drawcanvas svelte

Last synced: 4 days ago
JSON representation

HTML5 canvas

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)