many thanks goes to Jade Franson for the beautiful design and animation
Add this to your module's build.gradle
file (make sure the version matches the JitPack badge
above):
dependencies {
...
implementation("io.github.mejdi14:kmp_image_censorship:0.1.0")
}
val painter = painterResource(resId)
val yourPixelSize = 100
CensorshipComposable(
painter,
modifier = modifier.align(Alignment.Center),
pixelSize = yourPixelSize
)
Contributions, issues and feature requests are welcome.
Feel free to check [issues page] if you want to contribute.
👤 Mejdi Hafiane
- profile: @MejdiHafiane
Please ⭐️ this repository if this project helped you!
Copyright © 2019 Mejdi Hafiane.
This project is MIT licensed.