stormsen74 / pSketches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5-typescript-starter

A bare-bones boilerplate for p5.js with TypeScript & Parcel.

Installation

Create your own repo using this one as a template (how?), clone it, install dependencies and you are set.

npm i

Development

npm start

Building

npm run build

Note

This boilerplate uses p5@0.7.2 to match TypeScript typings. Feel free to open an issue or create a PR if you noticed that versions of p5 and/or @types used in this repo severely outdated. :)

About

License:MIT License


Languages

Language:TypeScript 96.6%Language:CSS 3.0%Language:HTML 0.4%