Skip to content

XMLHexagram/GifskiFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GifskiFramework

Gifski for iOS, macOS, watchOS and tvOS packed in XCFramework and SPM.

If you're looking for origin Rust library, check out gifski.

Installation

Xcode (SPM)

  1. Install latest Xcode
  2. Add https://github.com/XMLHexagram/GifskiFramework as SPM dependency in Project > Swift Packages. This could take a while cause it downloads ~60mb zip file with xcframework.
  3. Add GifskiFramework as your target dependency.
  4. import Gifski in your code.
  5. enjoy coding!

Releases

You can find latest releases at Releases page.

Credits

License

Code in this repo is under MIT.

But please pay attention the origin library gifski is under AGPL 3 or later / alternative commercial licenses. Checkout gifski#license for more information.