@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
15 lines (12 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.GradientParser = void 0;
var color_utils_1 = require("./common/color-utils");
Object.defineProperty(exports, "GradientParser", {
enumerable: !0,
get: function() {
return color_utils_1.GradientParser;
}
});
//# sourceMappingURL=svg.js.map