Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.52 KB

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!