UNPKG

svg-color-linter

Version:

Linting tool to check if SVG files use only colors of a given color palette

2 lines (1 loc) 83 B
export declare const validateColor: (color: string, palette: string[]) => boolean;