UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

15 lines (10 loc) 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.registerLineGraphic = void 0; const line_1 = require("../graphic/line"), graphic_creator_1 = require("../graphic/graphic-creator"); function registerLineGraphic() { graphic_creator_1.graphicCreator.RegisterGraphicCreator("line", line_1.createLine); } exports.registerLineGraphic = registerLineGraphic; //# sourceMappingURL=register-line.js.map