UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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