AdapterInterface.createElement() method
Create a canvas element.
Signature:
createElement(tag: 'canvas'): HTMLCanvasElement;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
tag |
'canvas' |
Returns:
HTMLCanvasElement
Create a canvas element.
Signature:
createElement(tag: 'canvas'): HTMLCanvasElement;
|
Parameter |
Type |
Description |
|---|---|---|
|
tag |
'canvas' |
Returns:
HTMLCanvasElement