Add plugin-list/plugin.js

This commit is contained in:
Marsn3 2025-03-31 04:13:47 +02:00
parent a35f4ce6a7
commit 571a439652

1
plugin-list/plugin.js Normal file
View file

@ -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",()=>{});