Hi All, Is there any Library in Compose Multiplatf...
# multiplatform
k
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
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
👌 1