u12206050 / figma-plugin-graphql

Figma plugin, add data to your elements straight from GraphQL
MIT License
9 stars 2 forks source link

figma-graphql-data-fill

Cover

Fill data into Figma elements straight from a GraphQL Endpoint.

Figma Plugin Documentation

Project setup

Run

npm install
npm run build

Open the dist/manifest.json with figma.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit