Heya folks, I'm working in Compose Multiplatform (with Compose 1.1.1) and I'm seeking a cross-platform (Android + Desktop) way to capture a given Composable already rendered to the screen in an
ImageBitmap
. I'm aware of
ImageComposeScene
in Compose Desktop and the various Android
View
mechanisms that uses the the backing canvas. Is there anything cross-platform?