jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
507 stars 40 forks source link

Default ImageLoader should be singleton #80

Closed yschimke closed 5 months ago

yschimke commented 5 months ago

Just browsing the code, shouldn't the default ImageLoader, when null passed in, just be the singleton image loader?

https://coil-kt.github.io/coil/image_loaders/#singleton-vs-dependency-injection

This should reuse caching for the rest of the app.