UNPKG

geostyler-openlayers-parser

Version:

GeoStyler Style Parser implementation for OpenLayers styles

7 lines (6 loc) 285 B
/** * This is a copy of https://github.com/colorjs/color-name/blob/master/index.js. * To reduce dependencies and avoid to include a "module" package this simple copy * is used instead of the package itself. */ export declare const colors: Record<string, [number, number, number]>;