UNPKG

@visactor/vrender-core

Version:

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

13 lines (8 loc) 416 B
import { DefaultGraphicService } from "./graphic-service"; import { GraphicCreator, GraphicService } from "../constants"; import { graphicCreator } from "../graphic-creator"; export function bindGraphicModules({bind: bind}) { bind(GraphicService).to(DefaultGraphicService), bind(GraphicCreator).toConstantValue(graphicCreator); } export default bindGraphicModules; //# sourceMappingURL=graphic-module.js.map