UNPKG

@visactor/vrender-core

Version:
3 lines (2 loc) 215 B
import type { CommandType, IPath2D } from '../interface'; export declare function renderCommandList(commandList: CommandType[], context: IPath2D, x?: number, y?: number, sx?: number, sy?: number, z?: number): void;