Skip to content

Commit 0fb5672

Browse files
committed
Update the readme with Features chapter
1 parent b5d775f commit 0fb5672

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@ SDWebImageSwiftUI is a SwiftUI image loading framework, which based on [SDWebIma
1313

1414
It brings all your favorite features from SDWebImage, like async image loading, memory/disk caching, animated image playback and performances.
1515

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.
1729

1830
Besides all these features, we do optimization for SwiftUI, like Binding, View Modifier, using the same design pattern to become a good SwiftUI citizen.
1931

@@ -185,7 +197,7 @@ Which means, this project is one core use case and downstream dependency, which
185197

186198
## Author
187199

188-
DreamPiggy
200+
[DreamPiggy](https://github.com/dreampiggy)
189201

190202
## License
191203

0 commit comments

Comments
 (0)