UNPKG

@adobe/uxp-template-xd-starter

Version:

Starter template for creating Adobe UXP based XD plugin.

13 lines (10 loc) 251 B
/* Creating empty index file to resolve the file path. */ const templateModule = { "devtools": { }, // full path to the folder containing the actual uxp plugin project. "packageDir": __dirname } module.exports = templateModule;