This package contains the Swift version of the IMG.LY UI for the Creative Engine, the UI for CE.SDK. The Creative Engine enables you to build any design editing UI, automation and creative workflow in Swift. It offers performant and robust graphics processing capabilities combining the best of layout, typography and image processing with advanced workflows centered around templating and adaptation.
The Creative Engine seamlessly integrates into any iOS app whether you are building a photo editor, template-based design tool or scalable automation of content creation for your app.
Visit our documentation for more tutorials on how to integrate and customize the engine for your specific use case.
The CreativeEditor SDK is a commercial product. To use it and get access you need to unlock the SDK with a license file. You can purchase a license at https://img.ly/pricing.
import IMGLYDesignEditor // IMGLYVideoEditor, IMGLYApparelEditor, or IMGLYPostcardEditor
import SwiftUI
struct IntegrateWithSwiftUI: View {
var body: some View {
NavigationView {
DesignEditor(.init(license: secrets.licenseKey, userID: "<your unique user id>"))
}
}
}The full documentation of IMGLYUI can be found at here. There you will learn what configuration options are available and find a list and description of all API methods.
To keep up-to-date with the latest changes, visit CHANGELOG.
