UNPKG

@visactor/vrender-kits

Version:

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

9 lines (5 loc) 260 B
import { FeishuCanvas } from "./canvas"; import { FeishuContext2d } from "./context"; import { createModule } from "../create-canvas-module"; export const feishuCanvasModule = createModule(FeishuCanvas, FeishuContext2d); //# sourceMappingURL=modules.js.map