SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.1k stars 216 forks source link

Update the WebImage API to match SwiftUI.AsyncImage #275

Closed dreampiggy closed 8 months ago

dreampiggy commented 10 months ago

make it more easy to replace SwiftUI.AsyncImage with WebImage

Note: The old API is still kept, except the .placeholder one.

This PR also close #274 and #247 #248

API

Removed:

Use the init method instead