Project to quickly get something working in p5.js and typescript
git clone https://github.com/Gaweph/p5-typescript-starter.git
npm install
npm start
A local version will now be running on localhost:3000
A demo of the default sketch can be found here:
https://gaweph.github.io/p5-typescript-starter/
this is based on the morph sketch available in the p5js examples