Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.56 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.56 KB

Grapic widget for Figjam

This is a Figjam widget for Grapic. Built with React and Typescript and inspired by Figmas widget samples.

To start:

  • Install dependecies with yarn
  • Develop the app locally with yarn start
  • In the Figma desktop app, open a Figjam file and browse the menu, Widgets -> Development -> Import widget from manifest... and choose the manifest.json file in this folder

To release:

  • Mark a new version with yarn version, push to Github, create a Github release with gh release create <tag> (e.g. gh release create v0.1.0)
  • Build a production build with yarn build:production
  • Publish version in Figma

Links: