UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

23 lines (19 loc) 971 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.graphicCreator = void 0; const creator_1 = require("@visactor/vrender-core/graphic/creator"), createGraphic = creator_1.createGraphic; exports.graphicCreator = { arc: attributes => createGraphic("arc", attributes), circle: attributes => createGraphic("circle", attributes), group: attributes => createGraphic("group", attributes), image: attributes => createGraphic("image", attributes), line: attributes => createGraphic("line", attributes), path: attributes => createGraphic("path", attributes), polygon: attributes => createGraphic("polygon", attributes), rect: attributes => createGraphic("rect", attributes), richtext: attributes => createGraphic("richtext", attributes), symbol: attributes => createGraphic("symbol", attributes), text: attributes => createGraphic("text", attributes) }; //# sourceMappingURL=graphic-creator.js.map