mahozad / comshot

Capture screenshot of Composables and Views (multiplatform)
Apache License 2.0
35 stars 1 forks source link
android capture-screenshots compose-multiplatform jetpack jetpack-compose kotlin kotlin-multiplatform kotlin-multiplatform-library kotlin-multiplatform-sample screenshot screenshot-utility

Kotlin version Compose Multiplatform version Latest Maven Central release


Comshot

Multiplatform library to take/capture screenshot/snapshot/picture/image of @Composables (and also Android Views).

⚠️⚠️ This is very experimental and tested only on Windows and Android. ⚠️⚠️
⚠️⚠️ It may not be suited for use in production code. ⚠️⚠️

Usage

implementation("ir.mahozad.multiplatform:comshot:0.3.0")

Related