From b11d1c93c910bfb3660ca7d249fb262a5ac3fac2 Mon Sep 17 00:00:00 2001 From: planadecu Date: Tue, 14 Jul 2026 13:42:09 +0200 Subject: [PATCH] docs: add Used by section (glassnode-terminal) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9bc4823..c5f6896 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,12 @@ const png = await renderToPNG(opts, data, 640, 384); - **Shaded areas:** use `fill` with alpha ≥ 0.3 (e.g. `'rgba(0, 200, 255, 0.4)'`); very low alpha may not be visible. - **Formats:** if a terminal misdetects, pass `format` explicitly. `symbols` works everywhere. +## Used by + +- [glassnode-terminal](https://www.npmjs.com/package/glassnode-terminal) — an interactive terminal UI for exploring Glassnode on-chain & market crypto data: a three-pane explorer with live charts and price tickers. + +Using ink-uplot in your project? Open a PR to add it here. + ## Requirements - Node.js >= 18