UNPKG

svg-color-linter

Version:

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

4 lines (3 loc) 158 B
import { ColorSuggestion } from './models'; declare const getSuggestions: (color: string, palette: string[]) => ColorSuggestion[]; export { getSuggestions };