0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00

fix: old docs

This commit is contained in:
Juanfran 2024-03-25 14:09:28 +01:00
parent cf0fdc7aae
commit 03c055eac6

View file

@ -4,7 +4,6 @@ If you want your plugin to be opened in a modal, then use open UI:
```ts
penpot.ui.open('Plugin name', 'http://localhost:4201', {
theme: 'light',
width: 500,
height: 600,
});