You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,19 @@ SDWebImageSwiftUI is a SwiftUI image loading framework, which based on [SDWebIma
13
13
14
14
It brings all your favorite features from SDWebImage, like async image loading, memory/disk caching, animated image playback and performances.
15
15
16
-
Since it based on SDWebImage, you can get all benefits from the existing community. You can have massive image format support (GIF/APNG/WebP/HEICS/AVIF...) via [Coder Plugins](https://github.com/SDWebImage/SDWebImage/wiki/Coder-Plugin-List), PhotoKit support via [SDWebImagePhotosPlugin](https://github.com/SDWebImage/SDWebImagePhotosPlugin), Firebase integration via [FirebaseUI](https://github.com/firebase/FirebaseUI-iOS), etc.
16
+
## Features
17
+
18
+
Since SDWebImageSwiftUI is built on top of SDWebImage, it provide both the out-of-box out-of-the-box features as well as advanced powerful features you may want in real world Apps. Check our [Wiki](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage) when you need:
19
+
20
+
-[x] Animated Image full-stack solution, with balance of CPU && RAM
21
+
-[x] Progressive image loading, with animation support
22
+
-[x] Reusable download, never request single URL twice
23
+
-[x] URL Request / Response Modifier, provide custom HTTP Header
24
+
-[x] Image Transformer, apply corner radius or CIFilter
25
+
-[x] Multiple caches system, query from different source
26
+
-[x] Multiple loaders system, load from different resource
27
+
28
+
You can also get all benefits from the existing community around with SDWebImage. You can have massive image format support (GIF/APNG/WebP/HEIF/AVIF) via [Coder Plugins](https://github.com/SDWebImage/SDWebImage/wiki/Coder-Plugin-List), PhotoKit support via [SDWebImagePhotosPlugin](https://github.com/SDWebImage/SDWebImagePhotosPlugin), Firebase integration via [FirebaseUI](https://github.com/firebase/FirebaseUI-iOS), etc.
17
29
18
30
Besides all these features, we do optimization for SwiftUI, like Binding, View Modifier, using the same design pattern to become a good SwiftUI citizen.
19
31
@@ -185,7 +197,7 @@ Which means, this project is one core use case and downstream dependency, which
0 commit comments