Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 384 Bytes

How to get

implementation 'com.github.mvarnagiris:compose-glide-image:{version}'

How to use

GlideImage("url")

or if you want more control

GlideImage("url") {
    // this RequestBuilder<Bitmap>
    centerCrop().error(R.drawable.error) 
}