copyCanvasElement
copyCanvasElement(
canvas
):HTMLCanvasElement
Defined in: src/util/misc/dom.ts:28
Creates a canvas element that is a copy of another and is also painted
Parameters
Section titled “Parameters”canvas
Section titled “canvas”HTMLCanvasElement
to copy size and content of
Returns
Section titled “Returns”HTMLCanvasElement
initialized canvas element