poptimal/README.md

696 B

poptimal

An experiment in using Observable to generate colourful SVG patterns reminiscent of op art or halftone dots.

You can play with it here.

Two overlapping grids of purple and lime dots on a teal background

Comments, feedback via Mastodon: Mike Lynch

Observable

This is an Observable Framework app. To install the required dependencies, run:

npm install

Then, to start the local preview server, run:

npm run dev

Then visit http://localhost:3000 to preview your app.