create-figma-app
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
Quick create a Figma plugin app.
Usage
npm create figma-app@latest my-figma-app
pnpm create figma-app@latest my-figma-app
Current supported template
react-ts
- using react、tailwind、typescript、rspack
It has the following advantages:
- Simplify postmessage communication between ui and sandbox
- Sandbox is published together with ui, no need to publish sandbox in Figma
- Good TypeScript type definition, ui and sandbox know each other's function interface
- Extremely small sandbox code size, only contains sandbox code
See More about this template
![](https://figma-plugin-template-1307850796.cos.ap-beijing.myqcloud.com/plugin-screenshot.png)
Figma Plugins using this template
![](https://site-1307850796.cos.ap-beijing.myqcloud.com/quick-replace-font.png)
Contribution
See CONTRIBUTING Guide.
License
MIT.