UNPKG

xsmiles

Version:

XSMILES is a JavaScript tool to visualize atom and non-atom attributions and SMILES strings through interactive coordinated visualizations.

52 lines 1.06 kB
export declare const BayerColors: { blue: { dark: string; mid: string; core: string; bright: string; }; green: { dark: string; mid: string; core: string; bright: string; }; red: { dark: string; mid: string; core: string; bright: string; }; }; export declare const BayerDivergingPalettes5Colors: { [key: string]: string[]; }; export declare const Colors: { blue: { dark: string; mid: string; core: string; bright: string; }; green: { dark: string; mid: string; core: string; bright: string; }; red: { dark: string; mid: string; core: string; bright: string; }; white: string; black: string; }; export declare const colorblindSafeColorBrewerPalettes: string[]; export declare const ColorBrewerPalettes: { [key: string]: { [key: number]: string[]; }; }; //# sourceMappingURL=colorPalettes.d.ts.map