# poptimal An experiment in using Observable to generate colourful SVG patterns reminiscent of op art or halftone dots. You can play with it [here.](https://etc.mikelynch.org/poptimal/) ![Two overlapping grids of purple and lime dots on a teal background](https://git.tilde.town/bombinans/poptimal/raw/branch/main/docs/sample.png) Comments, feedback via Mastodon: [Mike Lynch](https://old.mermaid.town/@fsvo) ## Observable This is an [Observable Framework](https://observablehq.com/framework/) app. To install the required dependencies, run: ``` npm install ``` Then, to start the local preview server, run: ``` npm run dev ``` Then visit to preview your app.