UNPKG
@apoorva2405/uxp-template-xd-starter
Version:
latest (1.0.0)
1.0.0
Starter template for creating Adobe UXP based XD plugin.
@apoorva2405/uxp-template-xd-starter
/
index.js
13 lines
(10 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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;