UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 286 B
import { createPyramid3d } from "../graphic/pyramid3d"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerPyramid3dGraphic() { graphicCreator.RegisterGraphicCreator("pyramid3d", createPyramid3d); } //# sourceMappingURL=register-pyramid3d.js.map