PAIR-code / megaplot

Apache License 2.0
19 stars 5 forks source link

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

Open GradySimon opened 2 years ago

GradySimon commented 2 years ago

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.