MCPcopy
hub / github.com/npmx-dev/npmx.dev / WatermarkColors

Interface WatermarkColors

app/composables/useChartWatermark.ts:5–9  ·  view source on GitHub ↗

* Shared utilities for chart watermarks and legends in SVG/PNG exports

Source from the content-addressed store, hash-verified

3 */
4
5interface WatermarkColors {
6 fg: string
7 bg: string
8 fgSubtle: string
9}
10
11/**
12 * Build and return legend as SVG for export

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected