RaoHai / figma-plugin-typscript-react-boilerplate

A boilerplate for creating Sigma plugin with Typescript and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figma Plugin Boilerplate

Open Boliperplate that saves you many days of work when building your own Figma plugin. The boilerplate comes with many morden frontend features so that you can focus on features that differentiate your Figma plugin.

Built with

License

All code in this repository is provided under the MIT License.

Project structure

├── src
│   ├── app
│   │   └── style
│   ├── index.tsx
│   └── ui.html
├── LICENSE.md
├── README.md
├── package.json
├── yarn.lock

About

A boilerplate for creating Sigma plugin with Typescript and React


Languages

Language:JavaScript 69.4%Language:TypeScript 29.2%Language:SCSS 1.0%Language:HTML 0.4%