0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 16:00:27 -05:00
penpot-plugins/libs/plugins-runtime
2024-06-06 07:51:50 +02:00
..
src feat: min modal size 2024-06-06 07:51:50 +02:00
eslint.config.js fix: i#7593 eslint flat config 2024-05-08 14:37:21 +02:00
package.json fix: i#7593 eslint flat config 2024-05-08 14:37:21 +02:00
project.json feat: module boundaries 2024-03-07 14:21:05 +01:00
README.md chore: update documentation 2024-03-14 12:30:02 +01:00
tsconfig.json fix: i#7593 eslint flat config 2024-05-08 14:37:21 +02:00
tsconfig.lib.json chore: auto generate api docs 2024-05-21 07:17:18 +02:00
tsconfig.spec.json feat: load plugin 2024-02-16 13:48:38 +01:00
vite.config.ts feat: upgrade 2024-06-03 10:31:41 +02:00

Plugins runtime

The plugins-runtime is the responsible on generate the api and to load the plugin.

Once you've run the example plugin or your own, you should see on the browser devtools the logs from this file plugins-runtime/src/index.ts. So every time there is a change in the page, file or selection in the penpot app, it'll show a log.

See this doc about how installing plugins.