Skip to content

alfianlosari/SVGImageSwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVGImageSwiftUI

A SwiftUI wrapper over SVGKit to load SVG image over URL. image

Features

  • Plug and Play With SwiftUI
  • Caching with NSCache
  • VisionOS Support

Usage

  static var previews: some View {
    SVGImage(url:URL(string:"https://crests.football-data.org/113.svg")!, size: CGSize(width: 100,height: 100))
  }