UNPKG

@visactor/vrender-core

Version:

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

11 lines (7 loc) 408 B
import { StaticLayerHandlerContribution } from "../../constants"; import { CanvasLayerHandlerContribution } from "./canvas2d-contribution"; export function bindLayerHandlerModules({bind: bind}) { bind(CanvasLayerHandlerContribution).toSelf(), bind(StaticLayerHandlerContribution).toService(CanvasLayerHandlerContribution); } export default bindLayerHandlerModules; //# sourceMappingURL=modules.js.map