skydoves / landscapist

🌻 A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.
https://skydoves.github.io/landscapist/
Apache License 2.0
2.18k stars 113 forks source link

Vector drawable support #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, I am new to Jetpack Compose so there may be an easy way to do this, but in any case, this may help users of your library. Can we use vector drawables for placeholder images?

skydoves commented 3 years ago

Hi, @itsyourapp Thanks for your issue! It will be supported in the next release. 👍

skydoves commented 3 years ago

New version 1.1.9 has been released!

ghost commented 3 years ago

@skydoves Great work! I am inspired by you and learning much from your codebases.