/p5js-template-petr-plus

Template project for p5.js sketches using TypeScript and other typical tools.

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

p5.js Template PETR+

Other languages (wiki): [ ja ]

About

Template project for p5.js sketches using TypeScript and other typical tools.

See also other templates.

Differences from Template PETR

  • Works on p5.js instance mode.
  • Minifies the output code using terser.
  • In index.html,
    • defer attribute is added in <script> tags.
    • loads the minified edition of p5.js, which also disables the p5.js Friendly Error System.