Skip to content

PlatformCanvas

Defined in: platform/types.ts:273

The offscreen 2D canvas surface. HTMLCanvasElement and OffscreenCanvas are structurally assignable: their overloaded getContext matches this '2d' overload, whose real return is assignable to PlatformCanvas2DContext.

height: number

Defined in: platform/types.ts:275


width: number

Defined in: platform/types.ts:274

getContext(contextId, options?): PlatformCanvas2DContext | null

Defined in: platform/types.ts:276

"2d"

PlatformCanvasContextAttributes

PlatformCanvas2DContext | null