This is an example of using the Creative SDK Image Editor for Web with the HTML Drag and Drop API.
You can try a live demo of this repo on its GitHub project page.
For a more robust live example, go to the Aviary website and click "Edit Your Photo".
Just follow the steps below.
- Register a new app for the Creative SDK
- Note your Client ID. You will need it soon.
git clone
this repo andcd
into it- Run
npm install
(for Bootstrap and jQuery) - Create a file called
config.js
with the following code:var configObj = { apiKey: '<YOUR_KEY_HERE>' };
- Add your Client ID as a string in config.js (replacing the string
"<YOUR_KEY_HERE>"
) - Run the app
Pull requests and GitHub issues are welcome!
We openly track tickets on Waffle.io:
If you want to take a ticket, comment on it to let us know. Be sure to work on your own fork of the repo so you can submit a pull request when you are done.
Feel free to add tickets as well!
Check out the Getting started guide for Image Editor configuration options and more!
We have more content on our blog that explores deeper aspects of the Creative SDK. Have a look at our Web category on blog.creativesdk.com.
Our growing community on Stackoverflow is a great way to get help. Just post your question and tag it with adobecreativesdk
.
If you have feedback on this repo, submit a GitHub issue.