SwiftGIF A package to display animated GIF in SwiftUI Usage let data = /* your gif data, wherever it's stored */ var body: some View { GIFView(data: data) }