KingfisherSVG 1.0.0

KingfisherSVG 1.0.0

Maintained by octree.



KingfisherSVG

KingfisherSVG is an extension of the Kingfisher, providing an ImageProcessor and CacheSerializer for you to conveniently handle the SVG Format

Installation

Swift Package Manager

Usage

// After your application launches
KingfisherManager.shared.defaultOptions += [
    .processor(SVGProcessor.default),
    .cacheSerializer(SVGCacheSerializer.default)
]

imageView.kf.setImage(with: url)

License

KingfisherSVG is available under the MIT license. See the LICENSE file for more info.