create-canvas-context.d.ts 82 B

1
  1. export declare const createCanvasContext: (args?: [string, any]) => Promise<any>;