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.05k stars 113 forks source link

Update README.md #455

Closed KwonDae closed 5 months ago

KwonDae commented 5 months ago

Update GlideImage previewPlaceholder

🎯 Goal

Update README.md

🛠 Implementation details

previewPlaceholder = painterResource(id = R.drawable.poster)

✍️ Explain examples

The parameter previewPlaceholder in GlideImage is a Painter, so we should use the painterResource.