<static> removeFromDOM(canvas)
Removes the given canvas element from the DOM.
Parameters
| Name | Type | Description |
|---|---|---|
canvas | HTMLCanvasElement | The canvas to be removed from the DOM. |
- Source code: utils/Canvas.js (Line 156)
<static> removeFromDOM(canvas)
Removes the given canvas element from the DOM.
| Name | Type | Description |
|---|---|---|
canvas | HTMLCanvasElement | The canvas to be removed from the DOM. |
Please login to continue.