UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 256 B
import { createText } from "../graphic/text"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerTextGraphic() { graphicCreator.RegisterGraphicCreator("text", createText); } //# sourceMappingURL=register-text.js.map