0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-07 15:39:49 -05:00
penpot-plugins/libs/plugins-runtime
2024-08-06 10:29:47 +02:00
..
src fix(plugins-runtime): prevent plugin execution after close 2024-08-06 10:29:47 +02:00
eslint.config.js feat: apply eslint ts parser 2024-06-13 08:51:44 +02:00
package.json chore(release): publish 0.10.0 [skip ci] 2024-07-31 15:15:54 +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 fix(plugins-runtime): clean pending timeouts 2024-08-02 09:19:42 +02: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.