UNPKG

@visactor/vrender-core

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