Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 473 Bytes

README.MD

File metadata and controls

18 lines (13 loc) · 473 Bytes

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))
  }