From 806b76fb3754eb3803ba032a7312c632d16e46b8 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 2 May 2026 19:59:11 +0300 Subject: [PATCH] docs: provide preview of the preview script for previewing color output Signed-off-by: NotAShelf Change-Id: Ib082597066892f250696b32d649e55346a6a6964 --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index b44c277..3c12d0e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,3 +44,5 @@ Outputs land in `outputs/`. A preview script is provided in `scripts/preview.mjs` that you can invoke with `pnpm preview`. It will generate a HTML page in `build/` that you can open with your browser to preview the colors before publishing any packages. + +![Preview of a preview](./assets/preview.png)