From 6398e9487298e9bb13de2202c170e3ff2782b834 Mon Sep 17 00:00:00 2001 From: Yang Chao <6036532+yeatse@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:25:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c11b2cb..d2b7b9b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Description -KingfisherWebP is an extension of the popular library [Kingfisher](https://github.com/onevcat/Kingfisher), providing an ImageProcessor and CacheSerializer for you to conveniently handle the [WebP format](https://developers.google.com/speed/webp/). +KingfisherWebP is an extension of the popular library [Kingfisher](https://github.com/onevcat/Kingfisher), providing an ImageProcessor and CacheSerializer for you to conveniently handle the [WebP format](https://developers.google.com/speed/webp/). Animated WebP is also supported! The library works seamlessly with `Kingfisher`. To display the webp images from network, simply add `WebPProcessor` and `WebPSerializer` to your `KingfisherOptionsInfo`: