@visactor/vrender-kits
Version:
```typescript import { xxx } from '@visactor/vrender-kits'; ```
10 lines (9 loc) • 382 B
TypeScript
import { BaseCanvas } from '@visactor/vrender-core';
import type { ICanvas, CanvasConfigType, EnvType } from '@visactor/vrender-core';
export declare class HarmonyCanvas extends BaseCanvas implements ICanvas {
static env: EnvType;
constructor(params: CanvasConfigType);
init(): void;
resize(width: number, height: number): void;
release(...params: any): void;
}