A beginner friendly math animation library for p5.js
p5.teach.js provides tools for teaching through p5.js, such as functions to animate text, TeX, and shapes.
- Yarn should be preinstalled
- Run
yarn installfor installing the dependencies - Run
yarn devfor running the dev environment - As the code is updated, the final js file is updated in
dist/p5.teach.jsdynamically - The sketch in the
index.htmlfile is reflected with the changes
- We use
TypeDoc - Run
yarn typedoc srcfor generating docs
- We use
jestfor testing - Run
yarn testfor running tests - Tests are in
src/test
- Before submitting PR, run
yarn prettierto format the code
- Run
yarn buildto export the final js file - Final js file is exported as
dist/p5.teach.js
