UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 268 B
import { createSymbol } from "../graphic/symbol"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerSymbolGraphic() { graphicCreator.RegisterGraphicCreator("symbol", createSymbol); } //# sourceMappingURL=register-symbol.js.map