Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 313 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 313 Bytes

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