/creative-photo-editor

The <creative-photo-editor> is a wrapper of the best FREE Phonto Editor, Adobe Creative (https://creativesdk.adobe.com), but with fixes to works well with web components. Maybe you will want your own api key to run in production, you can get one for FREE creating an account in https://creativesdk.adobe.com/myapps.html

Primary LanguageHTMLMIT LicenseMIT

bower version open issues license

<creative-photo-editor>

A Polymer web component for Adobe Creative Demo and API docs

The creative-photo-editor is a wrapper of the best FREE Phonto Editor, Adobe Creative (https://creativesdk.adobe.com), but with fixes to works well with web components. Maybe you will want your own api key to run in production, you can get one for FREE creating an account in https://creativesdk.adobe.com/myapps.html

Many features, customize as you want:

alt Editor

alt Editor 2

It's simple:

    <img id="imageDisplay" src="image.jpg">
    <creative-photo-editor
        id="example"
        api-key="1234567"
        image="imageDisplay">
    </creative-photo-editor>

After that, create an editor:

    this.$.example.create();

DONE!