Static
createCreate a offscreen canvas, used to draw content that will not be displayed using DOM.
If OffscreenCanvas object is no available creates a regular DOM canvas object instead.
Width of the canvas in pixels.
Height of the canvas in pixels.
Contains utils to handle canvas element manipulation and common canvas operations.