UNPKG

@visactor/vrender-core

Version:

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

15 lines (10 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.registerPathGraphic = void 0; const path_1 = require("../graphic/path"), graphic_creator_1 = require("../graphic/graphic-creator"); function registerPathGraphic() { (0, graphic_creator_1.registerGraphic)("path", path_1.createPath); } exports.registerPathGraphic = registerPathGraphic; //# sourceMappingURL=register-path.js.map