Hi All, Is there any Library in Compose Multiplatform to convert Composable function to Image (Bitmap) which I can save it to gallery using Moko libraries.
a
Alexander Zhirkevich
01/19/2024, 11:50 AM
On non-android targets there is a built-in
renderComposeScene
function. There also have to be a library for android that can be wraped together with it using expect/actual