UNPKG

svg-color-linter

Version:

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

3 lines (2 loc) 76 B
declare const toHexColor: (color: string) => string; export { toHexColor };