UNPKG

@visactor/vrender-core

Version:

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

13 lines (9 loc) 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }); const inversify_lite_1 = require("../common/inversify-lite"), render_service_1 = require("./render-service"), constants_1 = require("./constants"); exports.default = new inversify_lite_1.ContainerModule((bind => { bind(constants_1.RenderService).to(render_service_1.DefaultRenderService); })); //# sourceMappingURL=render-modules.js.map