kikoso / android-stackblur

Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
Apache License 2.0
3.59k stars 648 forks source link

Usage on Jetpack Compose #51

Closed ComposeDesigner closed 2 years ago

ComposeDesigner commented 2 years ago

There isn't a straightforward way to use this on Jetpack Compose yet. Could it be possible to provide a Composable component that can use the stackblur library? Thank you!

kikoso commented 2 years ago

@ComposeDesigner unfortunately I do not have time to take over this. Feel free to send a PR.