.ase(Adobe Swatch Exchange): imports into Photoshop / Illustrator / InDesign as a named swatch library.aco(Photoshop Color Swatches) loads into the Swatches panelCSScustom propertiesJSONfile- GIMP
.gpl - plaintext
#HEXlist
Colour quantisation (median-cut + perceptual merge) runs in a web worker on a 256px downscale of the image, so extraction is ~tens of milliseconds and never blocks the UI. The worker is pre-warmed on load. The full-resolution image is kept only for pixel-accurate eyedropping.
Requires Docker (for Postgres) and Node 20+.
./dev start # Postgres in Docker + backend + frontend, installs deps on first runOpen http://localhost:5180.
./dev stop # stop everything
./dev restart # stop then start
./dev status # what's running
./dev logs # tail backend + frontend logs| Key | Action |
|---|---|
⌘V |
Paste image from clipboard |
I |
Eyedropper mode |
C |
Crop mode |
G |
Toggle Collections |
⌘S |
Save palette |
Esc |
Clear crop / close panels |
| Service | URL |
|---|---|
| Frontend (Vite) | http://localhost:5180 |
| Backend (Fastify) | http://localhost:3031 |
| Postgres | localhost:5544 |
See CLAUDE.md for architecture and contributor/agent notes.
