This is a template for creating a Figma plugin that uses the Figma Dev mode
- Clone this repo
- Install dependencies with
yarn
- Run
yarn dev
to start the webpack dev server - Open Figma and go to
Plugins > Development > New Plugin...
- Create a new plugin and copy over the
id
andname
from themanifest.json
file to themanifest.json
file in this repo - Again open Figma and go to
Plugins > Development > New Plugin...
- Select the
manifest.json
file in this repo