0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00
penpot-plugins/libs/plugins-runtime
2024-12-12 10:39:20 +01:00
..
src feat(plugin-types): add support for file history versions 2024-11-14 09:40:05 +01:00
eslint.config.js feat: apply eslint ts parser 2024-06-13 08:51:44 +02:00
package-lock.json chore: update package lock 2024-10-07 11:15:15 +02:00
package.json chore(release): publish 1.1.0 [skip ci] 2024-12-12 10:39:20 +01:00
project.json chore(deps): update multiple libraries 2024-08-08 07:46:56 +02: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.