UNPKG

svg-color-linter

Version:

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

3 lines (2 loc) 140 B
import { Results } from '../core'; export declare const analyzeFiles: (filePatterns: string[], configFilePath: string) => Promise<Results>;