`SnappThemingSVGSupport` is a library that 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
SnappTheming
is driven by SVGKit. More information onSnappTheming
can be found here