Swiftpack.co - tryboxx/GIFImage as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by tryboxx.
tryboxx/GIFImage v1.0.1
Display GIFs in your SwiftUI project
⭐️ 1
🕓 2 years ago
iOS
.package(url: "https://github.com/tryboxx/GIFImage.git", from: "v1.0.1")

GIFImage

Display GIFs in your SwiftUI project

SwiftUI License Twitter

A lightweight repository for putting GIF files into your project, available as a Swift Package.

Installation

Add this project on your Package.swift

import PackageDescription

let package = Package(
    dependencies: [
        .package(url: "https://github.com/tryboxx/GIFImage.git", .branch("main"))
    ]
)

Usage example

import GIFImage

struct ContentView: View {

    var body: some View {
        GIFImage(gifName: "gif_file_name")
    }
}

Release History

  • 1.0.0
    • Initial release with base GIFImage implementation

Meta

Christopher Lowiec – @chrislowiec

Distributed under the MIT license. See LICENSE for more information.

https://github.com/tryboxx/GIFImage

GitHub

link
Stars: 1
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v1.0.1
2 years ago

Add macOS support

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics