Merge pull request #1 from Wei18/main Update Package.swift to support Nuke from 11.0.0
Merge pull request #1 from Wei18/main
Update Package.swift to support Nuke from 11.0.0
A plugin for Nuke to display AVIF images.
Based on https://github.com/ryokosuge/Nuke-WebP-Plugin
The plugin features a pre-configured Nuke.Manager with AVIF support, and an AVIFImage:
import Nuke import NukeAVIFPlugin AVIFImageDecoder.enable() let imageView = UIImageView() let avifimageURL = URL(string: "https://example.com/sample.avif")! Nuke.loadImage(with: url, into: imageView)
pod 'Nuke-AVIF-Plugin', :git => 'https://github.com/delneg/Nuke-AVIF-Plugin.git'
github 'delneg/Nuke-AVIF-Plugin'
Go to File / Swift Packages / Add Package Dependency… and enter package repository URL https://github.com/delneg/Nuke-AVIF-Plugin.git, then select the latest exact version (0.9.3) at the time of writing.
File / Swift Packages / Add Package Dependency…
Nuke-AVIF-Plugin is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Nuke-AVIF-Plugin
A plugin for Nuke to display AVIF images.
Based on https://github.com/ryokosuge/Nuke-WebP-Plugin
Usage
The plugin features a pre-configured Nuke.Manager with AVIF support, and an AVIFImage:
Installation
CocoaPods
Carthage
Swift Package Manager
Go to
File / Swift Packages / Add Package Dependency…
and enter package repository URL https://github.com/delneg/Nuke-AVIF-Plugin.git, then select the latest exact version (0.9.3) at the time of writing.Minimum Requirements
Dependencies
License
Nuke-AVIF-Plugin is available under the MIT license. See the LICENSE file for more info.