context.d.ts 103 B

1234
  1. /**
  2. * 获取 canvas context
  3. */
  4. export declare function getCanvasContext(): CanvasRenderingContext2D;