UNPKG

@visactor/vrender-core

Version:

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

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