UNPKG

103 BTypeScriptView Raw
1/**
2 * 获取 canvas context
3 */
4export declare function getCanvasContext(): CanvasRenderingContext2D;