MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / getCanvas2dContext

Function getCanvas2dContext

src/utils/canvasTypeGuards.ts:11–15  ·  view source on GitHub ↗
(
  canvas: TwoDimensionalCanvas
)

Source from the content-addressed store, hash-verified

9}
10
11export function getCanvas2dContext(
12 canvas: TwoDimensionalCanvas
13): TwoDimensionalCanvasContext | null {
14 return isOffscreenCanvas(canvas) ? canvas.getContext('2d') : canvas.getContext('2d');
15}

Callers 2

Calls 2

isOffscreenCanvasFunction · 0.85
getContextMethod · 0.45

Tested by

no test coverage detected