UNPKG

prong-editor

Version:

Prong (PRojectional jsON Gui) is an editor framework for creating bespoke in-browser editors for JSON-based domain-specific languages (such as [Vega](https://vega.github.io/vega/), [Vega-Lite](https://vega.github.io/vega-lite/), [Tracery](https://tracery.

6 lines (5 loc) 277 B
import { Projection } from "../lib/projections"; export declare const colorGroups: Record<string, string[]>; export declare function isTooDark(color: string): boolean; export declare const ColorNameProjection: Projection; export declare const HexConversionProject: Projection;