UNPKG

@visactor/vrender-core

Version:

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

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