UNPKG

svg-color-linter

Version:

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

6 lines (5 loc) 175 B
export * from './get-colors-of-file'; export * from './get-invalid-colors-of-file'; export * from './models'; export * from './suggestions'; export * from './validate-color';