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

https://github.com/runfunrun/p5-ts-template

p5.jsをTypeScriptで使うときのテンプレート
https://github.com/runfunrun/p5-ts-template

Last synced: 2 months ago
JSON representation

p5.jsをTypeScriptで使うときのテンプレート

Awesome Lists containing this project

README

          

# p5-ts-template

parcel + p5 + typescript

- localhost

```
npm run dev
```

- build

```
npm run build
```