UNPKG

@visactor/vrender-kits

Version:

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

8 lines (7 loc) 316 B
import type { IContext2d, EnvType, ICanvas } from '@visactor/vrender-core'; import { BrowserContext2d } from '../browser'; export declare class NodeContext2d extends BrowserContext2d implements IContext2d { static env: EnvType; constructor(canvas: ICanvas, dpr: number); release(...params: any): void; }