UNPKG

@visactor/vrender-core

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