https://github.com/mejdi14/kmp-image-censorship
Censorship your images using this Compose Multiplatform library (Android/ iOS/ Desktop/ Web)
https://github.com/mejdi14/kmp-image-censorship
blurred-images censorship cmp compose composemultiplatform hide images kmp
Last synced: 4 months ago
JSON representation
Censorship your images using this Compose Multiplatform library (Android/ iOS/ Desktop/ Web)
- Host: GitHub
- URL: https://github.com/mejdi14/kmp-image-censorship
- Owner: mejdi14
- Created: 2025-02-11T19:12:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T11:20:11.000Z (8 months ago)
- Last Synced: 2025-02-20T12:26:09.652Z (8 months ago)
- Topics: blurred-images, censorship, cmp, compose, composemultiplatform, hide, images, kmp
- Language: Kotlin
- Homepage: https://mejdi14.github.io/KMP-Image-Censorship/
- Size: 29.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Vanish Composable Library 👋
## ✨ Demo
## :art:Design inspiration
many thanks goes to [Jade Franson](https://x.com/jadefranson) for the beautiful design and
animation
## Installation
Add this to your module's `build.gradle` file (make sure the version matches the JitPack badge
above):
```gradle
dependencies {
...
implementation("io.github.mejdi14:kmp_image_censorship:0.1.0")
}
```
## :fire:How to use
``` java
val painter = painterResource(resId)
val yourPixelSize = 100
CensorshipComposable(
painter,
modifier = modifier.align(Alignment.Center),
pixelSize = yourPixelSize
)
```
## 🤝 Contributing
Contributions, issues and feature requests are welcome.
Feel free to check [issues page] if you want to contribute.
## Author
👤 **Mejdi Hafiane**
- profile: [@MejdiHafiane](https://twitter.com/mejdi141)
## Show your support
Please ⭐️ this repository if this project helped you!
## 📝 License
Copyright © 2019 [Mejdi Hafiane](https://github.com/mejdi14).
This project is [MIT](https://github.com/mejdi14/readme-md-generator/blob/master/LICENSE) licensed.