CSS custom properties exposed by `dither-plugin`. Numbers are used directly by the plugin's `filter`.
| 119 | |
| 120 | /** CSS custom properties exposed by `dither-plugin`. Numbers are used directly by the plugin's `filter`. */ |
| 121 | interface DitherVars { |
| 122 | "--dither-gray"?: number | string |
| 123 | "--dither-contrast"?: number | string |
| 124 | "--dither-bright"?: number | string |
| 125 | "--dither-blur"?: string |
| 126 | "--dither-cell"?: string |
| 127 | "--dither-opacity"?: number | string |
| 128 | "--dither-image"?: string |
| 129 | } |
| 130 | |
| 131 | /* ─── Frame context (invert on dark) ───────────────────────────────────── */ |
| 132 |
nothing calls this directly
no outgoing calls
no test coverage detected