UNPKG

279 BTypeScriptView Raw
1export declare const debugMode = 0;
2export declare const devicePixelRatio: number;
3export declare const DARK_MODE_THRESHOLD = 0.4;
4export declare const DARK_LABEL_COLOR = "#333";
5export declare const LIGHT_LABEL_COLOR = "#ccc";
6export declare const LIGHTER_LABEL_COLOR = "#eee";