Closed mikeder closed 5 months ago
I'd like to reuse an existing canvas element instead of appending one to the bottom of the document.
canvas
This allows developers to predictably and reliably position their game canvas/screen on an HTML page.
Use iframe to embed an Ebitengine app.
Operating System
What feature would you like to be added?
I'd like to reuse an existing
canvas
element instead of appending one to the bottom of the document.Why is this needed?
This allows developers to predictably and reliably position their game canvas/screen on an HTML page.