Would it be possible for me to use Compose to rend...
# compose-desktop
s
Would it be possible for me to use Compose to render an image on a server?
m
Yes, although I haven't done that myself. Most probably use `ComposeScene`but you may need to dug into lower level.
s
yes - Someone turned me onto the
ImageComposeScene
which I can use. I’m going to give it a shot!