UNPKG

@visactor/vrender-core

Version:
9 lines (6 loc) 256 B
import { createRect } from "../graphic/rect"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerRectGraphic() { graphicCreator.RegisterGraphicCreator("rect", createRect); } //# sourceMappingURL=register-rect.js.map