mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-24 07:38:41 -05:00
4d3853f067
chore: update documentation |
||
---|---|---|
.. | ||
src | ||
.eslintrc.json | ||
package.json | ||
project.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.lib.json | ||
tsconfig.spec.json | ||
vite.config.ts |
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.