is there a way for the `CanvasBasedWindow` (or oth...
# compose-web
a
is there a way for the
CanvasBasedWindow
(or other api) to take as much space as needed to render the composable instead of the entire window? I notice that it changes the size of the
<canvas />
to take the whole page
I think i got it.
CanvasBasedWindow
has a requestResize parameter. which I think works for my case