0.0.15 • Published 3 years ago
p5ts v0.0.15

p5ts is a Node Package Execution that generates a Typescript implementation of the popular visual graphics library p5js which is usually written in Javascript. This allows you to use that lovely ES6 syntax with the amazing p5js library
Create a template
$ npx p5ts <your-app-name>Run sketch
$ cd <your-app-name>
$ npm startyou can find the sketch in src/sketch.ts