vineetp6 Pandey • 11 months ago
Images
In script section of Adobe code editor, I have written code but how to apply it on the image uploaded by me from PC or the image available.
Comments are closed.
vineetp6 Pandey • 11 months ago
In script section of Adobe code editor, I have written code but how to apply it on the image uploaded by me from PC or the image available.
Comments are closed.
1 comment
Taylor Krusen Manager • 11 months ago
If you're using Code Playground, then the "Script" mode only executes back end code against the Express document.
You want to click the "Add-on" tab, which gives you access to the full add-on environment. You would use the iFrame JS file to handle the image, either from a URL or a file picker that you added.