This library enables support for SVG asset handling in SnappTheming
Enabling the SVG support is as easy as adding one line to your codebase.
See the example below:
import SnappTheming
import SnappThemingSVGSupport
// in the app delegate or SwiftUI Application init
SnappThemingImageProcessorsRegistry.shared.register(.svg)The SVG support for
SnappThemingis driven by SVGKit. More information onSnappThemingcan be found here
