Observable notebook generating svgs of tesselating dot patterns
 
Go to file
Mike Lynch 35edbce333 Added sample pattern 2025-01-27 18:48:15 +11:00
docs Added sample pattern 2025-01-27 18:48:15 +11:00
src Merge branch 'feature-bot-script' into rc-1.1.1 2025-01-27 18:44:41 +11:00
.gitignore initial commit 2025-01-05 12:45:30 +11:00
CHANGELOG.md Partial fix for flashing 2025-01-26 17:03:35 +11:00
README.md Added link to live version to README.md 2025-01-27 18:46:42 +11:00
observablehq.config.js initial commit 2025-01-05 12:45:30 +11:00
package-lock.json Random PNG palettes and patterns are working 2025-01-27 15:37:22 +11:00
package.json Random PNG palettes and patterns are working 2025-01-27 15:37:22 +11:00
poptimal.js Added basic command-line flags for width and output file name 2025-01-27 16:04:26 +11:00

README.md

poptimal

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

See it in action here

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.