@adobe/uxp-template-default-starter-ps
Version:
Default template for creating Adobe UXP based photoshop plugin.
11 lines (9 loc) • 327 B
JavaScript
/*
Creating empty index file to resolve the file path.
*/
const templateModule = {
// packageDir should always have the '__dirname' as its value.
// the UXP Plugin initializatin command will look for directory with name "template" in this directory.
"packageDir": __dirname
}
module.exports = templateModule;