测试已测试 | ✓ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最新发布 | 2017年1月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Nick Velloff 维护。
方便地生成授权的 imgflo URL。
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)
以下脚本需要已安装 Carthage。
./script/update
以下脚本需要已安装 xcodebuild
。
./script/test