0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 08:22:09 -05:00
penpot-plugins/libs/plugins-runtime/README.md

8 lines
418 B
Markdown
Raw Normal View History

2024-03-12 01:48:02 -05:00
# Plugins runtime
2024-02-06 06:16:28 -05:00
2024-03-12 01:48:02 -05:00
The plugins-runtime is the responsible on generate the api and to load the plugin.
2024-02-06 06:16:28 -05:00
2024-03-12 01:48:02 -05:00
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.
2024-02-06 06:16:28 -05:00
2024-03-12 01:48:02 -05:00
See [this doc about how installing plugins](../docs/create-plugin.md).