megaplot icon indicating copy to clipboard operation
megaplot copied to clipboard

Allow constructing Scene with a `<canvas>` rather than a container.

Open GradySimon opened this issue 2 years ago • 0 comments

Feature request: allow the user to pass an HTMLCanvasElement rather than a container element to the Scene constructor.

This is useful in environments like Angular where it's more cumbersome to apply styles to elements that created outside the template system.

GradySimon avatar Jun 30 '22 14:06 GradySimon