15 lines
224 B
Markdown
Raw Permalink Normal View History

2025-01-30 22:57:02 +01:00
# JS Canvas Playground
Various experiments in javascript canvas
## Run locally
```bash
// Compile typescript files
$ tsc -w
// Serve the content of current directory
$ python3 -m http.server
$ firefox localhost:8000
```