UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseToRGB = parseToRGB; const g_1 = require("@antv/g"); function parseToRGB(c) { if (typeof c === 'object') return c; return (0, g_1.parseColor)(c); } //# sourceMappingURL=color.js.map