imgly / pesdk-cordova-demo

Cordova plugin demo for PhotoEditor SDK iOS & Android

Home Page:https://www.photoeditorsdk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoEditor SDK Logo

NPM version Platform support Twitter

PhotoEditor SDK Cordova Example App

This project shows how to integrate PhotoEditor SDK into a Cordova application with the Cordova plugin for PhotoEditor SDK which is available via NPM as cordova-plugin-photoeditorsdk.

Getting started

After cloning this repository, perform the following steps to run the example application:

# add plugin and install the dependencies
cordova plugin add cordova-plugin-photoeditorsdk
# run
cordova run ios
# or
cordova run android

Unlock the SDK

PhotoEditor SDK is a product of img.ly GmbH. Without unlocking, the SDK is fully functional but a watermark is added on top of the image preview and any exported images. In order to remove the watermark and to use PhotoEditor SDK within your app you'll need to request a license for each platform and load the license file(s) in your app with the following single line of code that automatically resolves multiple license files via platform-specific file extensions.

Rename your license files:

  • Android license: ANY_NAME.android
  • iOS license: ANY_NAME.ios

Pass the file path without the extension to the unlockWithLicense function to unlock both iOS and Android:

PESDK.unlockWithLicense('www/assets/ANY_NAME');

PhotoEditor SDK for iOS & Android

The Cordova plugin for PhotoEditor SDK includes a rich set of most commonly used configuration and customization options of PhotoEditor SDK for iOS and Android. The native frameworks provide fully customizable photo editors. Please refer to our documentation for more details.

License Terms

Make sure you have a commercial license for PhotoEditor SDK before releasing your app. A commercial license is required for any app or service that has any form of monetization: This includes free apps with in-app purchases or ad supported applications. Please contact us if you want to purchase the commercial license.

Support and License

Use our service desk for bug reports or support requests. To request a commercial license, please use the license request form on our website.

About

Cordova plugin demo for PhotoEditor SDK iOS & Android

https://www.photoeditorsdk.com

License:Other


Languages

Language:Java 49.2%Language:Objective-C 35.7%Language:JavaScript 8.4%Language:Batchfile 3.1%Language:CSS 1.7%Language:HTML 1.3%Language:Shell 0.6%Language:Ruby 0.0%