pnpm install
- Modify the name field in package.json to change the name of the plugin
- dependencies install
- open
Figma
>Plugins
>Development
>import plugin from manifest...
>your-project/plugin/manifest.json
pnpm run dev
- HMR: Support HMR(Hot Module Replacement) of Plugin
- Vite: Bundle user interface and js code using ViteJs
- React: Use ReactJs to write the user interface
MIT License ยฉ 2021-PRESENT PengshaYing