Skip to content

peerless2012/blurhash-android

Repository files navigation

blurhash-android

BlurHash for Android.

Capture

01 02 03 04
01 01 01 01

How to use

  1. Add MavenCenter to your project

    allprojects {
        repositories {
            mavenCentral()
        }
    }
    
  2. Add dependency

    implementation "io.github.peerless2012:blurhash:x.x.x"
    
  3. Use BlurHashDrawable in your code

    val drawable = BlurHashDrawable()
    drawable.setBlurHash("LKN]Rv%2Tw=w]~RBVZRi};RPxuwH")
    blurImage.setImageDrawable(drawable)
    

Thanks

About

BlurHash for Android.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages