From 571a4396527188aebeabd3e2d70156a549e52c2b Mon Sep 17 00:00:00 2001 From: Marsn3 Date: Mon, 31 Mar 2025 04:13:47 +0200 Subject: [PATCH] Add plugin-list/plugin.js --- plugin-list/plugin.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugin-list/plugin.js diff --git a/plugin-list/plugin.js b/plugin-list/plugin.js new file mode 100644 index 0000000..7249cd2 --- /dev/null +++ b/plugin-list/plugin.js @@ -0,0 +1 @@ +penpot.ui.open("Plugins list",`?theme=${penpot.theme}`,{width:400,height:800});penpot.on("themechange",e=>{penpot.ui.sendMessage({type:"theme",content:e})});penpot.on("selectionchange",()=>{}); \ No newline at end of file