Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/skydoves/Cloudy
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 30, 2022
2 parents 0c39d9c + 3cf9963 commit a62b152
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<a href="https://android-arsenal.com/api?level=21"><img alt="API" src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat"/></a>
<a href="https://github.com/skydoves/cloudy/actions/workflows/android.yml"><img alt="Build Status"
src="https://github.com/skydoves/cloudy/actions/workflows/android.yml/badge.svg"/></a>
<a href="https://androidweekly.net/issues/issue-545"><img alt="Android Weekly" src="https://skydoves.github.io/badges/android-weekly.svg"/></a>
<a href="https://github.com/skydoves"><img alt="Profile" src="https://skydoves.github.io/badges/skydoves.svg"/></a>
</p><br>

<p align="center">
☁️ Jetpack Compose blur process library, which supports all Android versions.
☁️ Compose blur effect library, which falls back on to a CPU-based implementation to support older API levels.
</p><br>

> <p align="center">The `blur` modifier supports only Android 12 and higher, and `RenderScript` APIs are deprecated starting in Android 12.
Expand Down Expand Up @@ -128,6 +129,10 @@ Cloudy(
}
```

## Blur Effect with Network Images

You can easily implement blur effect with [Landscapist](https://github.com/skydoves/landscapist), which is a Jetpack Compose image loading library that fetches and displays network images with Glide, Coil, and Fresco. For more information, see the [Transformation](https://github.com/skydoves/landscapist#transformation) section.

## Find this repository useful? :heart:
Support it by joining __[stargazers](https://github.com/skydoves/cloudy/stargazers)__ for this repository. :star: <br>
Also, __[follow me](https://github.com/skydoves)__ on GitHub for my next creations! 🤩
Expand Down

0 comments on commit a62b152

Please sign in to comment.