Skip to content

Censorship your images using this Compose Multiplatform library (Android/ iOS/ Desktop/ Web)

Notifications You must be signed in to change notification settings

mejdi14/KMP-Image-Censorship

Repository files navigation

Welcome to Vanish Composable Library 👋

gitmoji-changelog gitmoji-changelog License: MIT

✨ Demo

🎨Design inspiration

many thanks goes to Jade Franson 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):

dependencies {
	...
	implementation("io.github.mejdi14:kmp_image_censorship:0.1.0")
}

🔥How to use

               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

Show your support

Please ⭐️ this repository if this project helped you!

📝 License

Copyright © 2019 Mejdi Hafiane.
This project is MIT licensed.