Skip to main content
PESDK/Web/About

Licensing

License file#

To use the PhotoEditor SDK without a watermark, you have to unlock the SDK using your license key file.

<body>
<div id="editor" style="width: 100vw; height: 100vh;"></div>
<script>
const editor = await PhotoEditorSDK.PhotoEditorSDKUI.init({
container: '#editor',
+ license: '{"owner":"Imgly Inc.","version":"2.4", ...}',
image: '',
});
</script>
</body>

The license is digitally signed so it cannot be altered without becoming invalid.