UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 260 B
import { createWrapText } from "../graphic/wrap-text"; import { registerGraphic } from "../graphic/graphic-creator"; export function registerWrapTextGraphic() { registerGraphic("wrapText", createWrapText); } //# sourceMappingURL=register-wraptext.js.map