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.registerRectGraphic = void 0; const rect_1 = require("../graphic/rect"), graphic_creator_1 = require("../graphic/graphic-creator"); function registerRectGraphic() { graphic_creator_1.graphicCreator.RegisterGraphicCreator("rect", rect_1.createRect); } exports.registerRectGraphic = registerRectGraphic; //# sourceMappingURL=register-rect.js.map