Hi :wave: Is there any way to draw compose to bitm...
# compose
a
Hi 👋 Is there any way to draw compose to bitmap? I tried to put Compose in View and use Bitmap canvas to draw View. I got a mess with backgrounds in bitmap but the same View was drawn properly on display 😬
a
I saw this API, there is a bunch of draw primitives function. But no function for drawing @Composable on Canvas. Did I miss something?