ImgFlo 0.4.1

ImgFlo 0.4.1

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最新发布2017年1月
SwiftSwift 版本3.0
SPM支持 SPM

Nick Velloff 维护。



ImgFlo 0.4.1

ImgFlo.swift

方便地生成授权的 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