hello, is there an equivalent of `ImageComposeSce...
# compose
r
hello, is there an equivalent of
ImageComposeScene
(org.jetbrains.compose.ui:ui-desktop) for android? I need to measure a composable with given Density plus be able to render it to a bitmap and export to PNG file.
a
r
the problem with these solutions is that it requires it to be rendered on the screen