/p5js-recorder

Record the canvas to video -- without slowing down rendering.

MIT LicenseMIT

p5js-recorder

Record the canvas to a WEBM video -- without slowing down rendering.

Use the following to reference the file directly from the CDN.

<script src="https://cdn.jsdelivr.net/gh/conceptblend/p5js-recorder/dist/recorder.min.js"></script>

To post changes run:

$ yarn install
$ yarn run dist

TODO

  • Add a P5.js template file with examples