Open GradySimon opened 2 years ago
Feature request: allow the user to pass an HTMLCanvasElement rather than a container element to the Scene constructor.
HTMLCanvasElement
Scene
This is useful in environments like Angular where it's more cumbersome to apply styles to elements that created outside the template system.
Feature request: allow the user to pass an
HTMLCanvasElement
rather than a container element to theScene
constructor.This is useful in environments like Angular where it's more cumbersome to apply styles to elements that created outside the template system.