UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 256 B
import { createPath } from "../graphic/path"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerPathGraphic() { graphicCreator.RegisterGraphicCreator("path", createPath); } //# sourceMappingURL=register-path.js.map