Quick create a Figma plugin app.
# npm
# my-figma-app is project dir name
npm create figma-app@latest my-figma-app
# pnpm
pnpm create figma-app@latest my-figma-app
- 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
- Quick Replace Font: Replace fonts with one click. used by 3.5k users.
See CONTRIBUTING Guide.
MIT.