Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Repository files navigation

AMEA Photoshop Plugin

Generate images from templates based on data from a xlsx-file

Building the plugin

In the plugin folder (that contains the package.json file), install the dependencies by running:

yarn

After that, you need to build the plugin's dist/index.js file (that the index.html loads) by running:

yarn build

This, internally, runs webpack and builds the dist/index.js from the src/index.ts file.

After that, you can load the plugin into Photoshop using the UXP Developer Tool:

Loading in Photoshop

You can load this plugin directly in Photoshop by using the Adobe UXP Developer Tool application. Once started, click "Add Plugin...", and navigate to the "manifest.json" file in the dist folder. Then click the ••• button next to the corresponding entry in the developer tools and click "Load". Switch over to Photoshop, and the plugin's panel will be running.

Developing the plugin

Make sure the plugin is loaded in Photoshop.

Rebuild the plugin every time files changes

yarn watch

Click the ••• button next to the corresponding entry in the developer tools and click "Watch". This will reload the plugin every time the files in the dist folder has changed.

You can click the ••• button again and click on "Debug" to open the console and to inspect elements for the plugin.

About

Generate images from templates based on data from a xlsx-file

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages