UNPKG

@visactor/vrender-core

Version:

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

8 lines (6 loc) 250 B
import { StageFactory } from "./factory"; import { configureLegacyApplication } from "./modules"; export function createStage(params) { return configureLegacyApplication(), (new StageFactory).create(params); } //# sourceMappingURL=create.js.map