Skip to content

octree/KingfisherSVG

Repository files navigation

KingfisherSVG

CocoaPods Compatible Carthage Compatible Platform

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

Installation

Swift Package Manager

Cocoapods

pod 'KingfisherSVG'

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.

About

Handle SVG format with Kingfisher.

Resources

License

Stars

Watchers

Forks

Packages

No packages published