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 withgh release create <tag>
(e.g.gh release create v0.1.0
) - Build a production build with
yarn build:production
- Publish version in Figma
Links: