Conveniently produce authorized imgflo URLs.
import ImgFlo
let imgflo = ImgFlo.Client(
server: "https://yourimgfloserver.com",
key: "your-imgflo-key",
secret: "your-imgflo-secret"
)
let graph: Graph = .Passthrough(width: 750, height: 1334)
let imageURL = "http://yourserver.com/yourimage.png"
let URL = imgflo.getURL(graph, input)The following script requires Cocoapods to be installed.
./script/updateThe following script requires xcodebuild to be installed.
./script/test