You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you asking to add this to the README? I'm not sure it provides extra value to add this considering it already has val drawable = Coil.get("https://www.example.com/image.jpg"). I don't think we should add example get statements for each different file type.
Feel free to reopen this issue if I misunderstood.
please add this
val drawableGif = Coil.get("https://www.example.com/mygif.gif")
like to get an image:
To get an image imperatively, use the get suspend function:
val drawable = Coil.get("https://www.example.com/image.jpg")
The text was updated successfully, but these errors were encountered: