gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove default image provider

MarvinNazari opened this issue · comments

Amazing library! Thanks for putting the time to build this.
It seems like that this library has a direct dependency to NetworkImage. I would like to hold the numbers of my dependency down as much as possible and many projects already have a dependency for downloading and processing images or just it's good enough with a AsyncImage from SwiftUI it self.

So a solution would be to create a new target in the SPM Package that dosen't implement the default image provider which have NetworkImage as a dependency. If you are OK with that I could create a PR with it.