UNPKG

@adobe/uxp-template-default-starter-xd

Version:

Starter template for creating Adobe UXP based XD plugin.

28 lines 572 B
{ "id": "QUICK_START", "name": "Hello World sample plugin", "host": { "app": "XD", "minVersion": "13.0" }, "version": "1.0.0", "icons": [ { "width": 24, "height": 24, "path": "images/icon@1x.png" }, { "width": 48, "height": 48, "path": "images/icon@2x.png" } ], "uiEntryPoints": [ { "type": "menu", "label": "Create Rectangle", "commandId": "createRectangle" } ] }