UNPKG

315 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.parseToRGB = void 0;
4const g_1 = require("@antv/g");
5function parseToRGB(c) {
6 if (typeof c === 'object')
7 return c;
8 return (0, g_1.parseColor)(c);
9}
10exports.parseToRGB = parseToRGB;
11//# sourceMappingURL=color.js.map
\No newline at end of file