Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 493 Bytes

sketches

all my sketches i think?

Take a look here: rolyatmax.github.io/sketches.

To run locally, you'll need to have canvas-sketch-cli installed.

Run a specific sketch:

npm run dev sketches/my-sketch.js

To build (first install imagemagick and canvas-sketch-cli):

npm run build

Older sketches and scripts can be found at commit e328189.