UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines 180 B
import { parseColor } from '@antv/g'; export function parseToRGB(c) { if (typeof c === 'object') return c; return parseColor(c); } //# sourceMappingURL=color.js.map