/ink

Primary LanguageJavaScriptThe UnlicenseUnlicense

p5sketch-template

Overview

p5.js sketch template that includes:

  • p5.js library for core features to edit the HTML canvas
  • seedrandom for deterministic randomization
  • p5.js-svg for drawing and exporting to SVG

Build scripts

Development

Development build with watch and live-reload:

# draw to Canvas
yarn dev

# draw to SVG
yarn dev:svg

Distribution

For distribution to production:

# draw to Canvas
yarn build

# draw to SVG
yarn build:svg