
🕯️ Library retired
You probably no longer need this library (or similar libraries)
because Jetpack Compose and Compose Multiplatform now support taking screenshots.
See Jetpack Compose take screenshot of composable function.
Comshot
Multiplatform library to take/capture screenshot/snapshot/picture/image of @Composables (and also Android Views).
Warning
🚧 This library is experimental and tested only on Windows and Android.
🚧 This library may not be suited for use in production code.
Usage
implementation("ir.mahozad.multiplatform:comshot:0.3.0")
Related