executeCommands
executeCommands(
ctx,commands):void
Defined in: perf/offscreen.ts:78
Execute draw commands on a 2D context (works on both OffscreenCanvas and regular Canvas).
Parameters
Section titled “Parameters”CanvasRenderingContext2D | OffscreenCanvasRenderingContext2D
commands
Section titled “commands”Returns
Section titled “Returns”void