0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 07:50:44 -05:00
penpot-plugins/libs/plugins-runtime
2024-03-15 09:02:56 +01:00
..
src chore: multi fix 2024-03-15 09:02:56 +01:00
.eslintrc.json chore: eslint config 2024-03-12 13:19:33 +01:00
package.json feat: contrast plugin 2024-03-08 11:05:39 +01: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 feat: load plugin 2024-02-16 13:48:38 +01:00
tsconfig.lib.json feat: load plugin 2024-02-16 13:48:38 +01:00
tsconfig.spec.json feat: load plugin 2024-02-16 13:48:38 +01:00
vite.config.ts test: create api 2024-03-07 08:24:05 +01: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.