Is there a way to get a screenshot of a specific C...
# compose
f
Is there a way to get a screenshot of a specific Composable as a Bitmap or any other file?
m
We discussed some limited options here a while back: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1593041594083900
👍 1
z
The Compose testing library has a function for this. You could look at how that's implemented.
👍 1
p
@Foso Did you get it working? I would like to make a bitmap from composable function
f
I tried some things, but i can't remember
😂 2
a
Could you remember how you got it working? haha