An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

Welcome to Vanish Composable Library 👋



gitmoji-changelog

gitmoji-changelog



License: MIT




## ✨ 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.