What's new
ImageBitmap export helpers (#96)
Sain now ships built-in helpers to export the captured signature on all targets (Android, iOS, JVM, JS, WASM):
ImageBitmap.toPngByteArray()encodes the bitmap as PNG bytesImageBitmap.toBase64()returns the Base64 string of the PNG bytes
See the usage guide for details.
Dependency updates
- Kotlin 2.4.0
- Compose Multiplatform 1.11.1
- AGP 9.2.1, Gradle 9.6.1, compileSdk 37
Breaking change
The iosX64 (Intel Mac simulator) target has been removed because Compose Multiplatform 1.11.x no longer publishes iosX64 artifacts. Apple Silicon simulators and real devices are unaffected.
Full Changelog: 2.1.6...2.2.0