Skip to content

Quickstart your Figma Plugin with this template and tooling.

License

Notifications You must be signed in to change notification settings

prasanthkumaar/ogp-component-finder

 
 

Repository files navigation

Quickstart

  • Run npm install to install dependencies.
  • Run npm run build:watch to start webpack in watch mode.
  • Open Figma -> Plugins -> Development -> Import plugin from manifest... and choose manifest.json file from this repo.

⭐ To change the UI of your plugin (the react code), start editing App.tsx.
⭐ To interact with the Figma API edit controller.ts.
⭐ Read more on the Figma API Overview.

Toolings

This repo is using:

  • React + Webpack
  • TypeScript
  • Prettier precommit hook

About

Quickstart your Figma Plugin with this template and tooling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.7%
  • JavaScript 9.5%
  • CSS 3.6%
  • HTML 0.2%