UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 253 B
import { createPolygon } from "../graphic/polygon"; import { registerGraphic } from "../graphic/graphic-creator"; export function registerPolygonGraphic() { registerGraphic("polygon", createPolygon); } //# sourceMappingURL=register-polygon.js.map