UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 241 B
import { createImage } from "../graphic/image"; import { registerGraphic } from "../graphic/graphic-creator"; export function registerImageGraphic() { registerGraphic("image", createImage); } //# sourceMappingURL=register-image.js.map