Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formaat-design/figma-plugin-starter

Figma plugin boilerplate with React, Vite and Reshaped
https://github.com/formaat-design/figma-plugin-starter

Last synced: about 1 month ago
JSON representation

Figma plugin boilerplate with React, Vite and Reshaped

Awesome Lists containing this project

README

        

# Figma plugin starter

- Open `manifest.ts` and change the plugin `name` and `id`. You can get your `id` from Figma when creating a new plugin.
- Run `yarn && yarn build`
- Import your plugin into Figma from `dist/manifest.json`
- For development, run `yarn dev` which will enable hot-reloading of the plugin UI