https://github.com/noppefoxwolf/kingfisherwebp
https://github.com/noppefoxwolf/kingfisherwebp
kingfisher webp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/kingfisherwebp
- Owner: noppefoxwolf
- License: mit
- Created: 2022-07-20T11:21:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T03:47:59.000Z (over 3 years ago)
- Last Synced: 2025-07-01T14:48:51.854Z (12 months ago)
- Topics: kingfisher, webp
- Language: Swift
- Homepage:
- Size: 44.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KingfisherWebP
Kingfisher webp plugin completely using CoreGraphics (without libwebp).
# Example
```swift
KingfisherManager.shared.defaultOptions += [
.processor(WebPImageProcessor.default),
.cacheSerializer(WebPCacheSerializer.default)
]
```
# Requirements
- iOS 14.0+
- Swift 5.6
## Installation
### Swift Package Manager
- File > Swift Packages > Add Package Dependency
- Add https://github.com/noppefoxwolf/KingfisherWebP.git
- Select "Up to Next Major" with "0.0.1"
# License
KingfisherWebP is released under the MIT license. See LICENSE for details.