feat!: (web) (flutter) create canvas when createViewer is called (no longer need to manually add canvas element to web HTML)

This commit is contained in:
Nick Fisher
2024-08-21 17:17:58 +08:00
parent d868fd6970
commit d7664a9746
7 changed files with 95 additions and 18 deletions

View File

@@ -85,7 +85,6 @@ abstract class ThermionViewer {
///
Future render();
///
/// Render a single frame to the viewport and copy the pixel buffer to [out].
///