- Generate favicon.
- Optimize images.
- Background removal.
- Billing integration (lemonSqueez).
- Telegram notification.
- Figma API.
- Reactjs
- TypeScript
- Tailwindcss
- Redux-toolkit
- Radix-ui
- React-hook-form
- Run
yarn
to install dependencies. - Run
yarn dev
to start dev server. - Open
Figma
->Plugins
->Development
->Import plugin from manifest...
and choosemanifest.json
file from this repo.
- To change the UI of your plugin (the Reactjs code), start editing App.tsx.
- To interact with the Figma API edit FigmaPlugin.ts.