UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 247 B
import { createRect3d } from "../graphic/rect3d"; import { registerGraphic } from "../graphic/graphic-creator"; export function registerRect3dGraphic() { registerGraphic("rect3d", createRect3d); } //# sourceMappingURL=register-rect3d.js.map