cordova-plugin-photoeditorsdk
Advanced tools
Changelog
[3.4.0]
Changelog
[3.2.0]
4.x
. Please refer to the new known issues section of the README for details.minSdkVersion
21
for Android. Please refer to the new "Supported Android versions" section in the getting started section of the README for instructions on how to adjust it.PESDK.openEditor
success
callback type declaration to return PhotoEditorResult | null
instead of just PhotoEditorResult
.Changelog
[3.1.0]
cordova-android
version 10.0+.Changelog
[3.0.0]
configuration.text.allowEmojis
to opt in.Changelog
[2.2.0]
configuration.export.force
which will force the photo to be rendered and exported in the defined output format even if no changes have been applied. Otherwise, the input asset will be passed through and might not match the defined output format.WRITE_EXTERNAL_STORAGE
permission request when opening the editor.Changelog
[2.1.0]
export.image.exportType
configuration option.compileSdkVersion
30.Changelog
[2.0.0]
PESDK.loadResource
- use PESDK.resolveStaticResource
instead.cordova
version to 9.0.0.cordova-android
version to 9.0.0.cordova-ios
version to 5.0.1.Changelog
[1.1.0]
targetSdkVersion
29.Changelog
[1.0.2]
imglyConfig.gradle
overwrite issue.