diff --git a/thermion_dart/lib/src/viewer/src/ffi/src/thermion_viewer_ffi.dart b/thermion_dart/lib/src/viewer/src/ffi/src/thermion_viewer_ffi.dart index d3bc626e..62cb3646 100644 --- a/thermion_dart/lib/src/viewer/src/ffi/src/thermion_viewer_ffi.dart +++ b/thermion_dart/lib/src/viewer/src/ffi/src/thermion_viewer_ffi.dart @@ -199,6 +199,14 @@ class ThermionViewerFFI extends ThermionViewer { } } + /// + /// + /// + Future getBackgroundImage() async { + _backgroundImage ??= await BackgroundImage.create(this, scene); + return _backgroundImage!; + } + /// /// ///