gatsby-source-figma icon indicating copy to clipboard operation
gatsby-source-figma copied to clipboard

🍭 Gatsby plugin for using Figma documents as a data source.

Results 5 gatsby-source-figma issues
Sort by recently updated
recently updated
newest added

I received following warning from both `npm` and `yarn` during installation: ```txt warning gatsby-source-figma > [email protected]: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 ```

Receive the following error when trying to build Gatsby ``` Missing onError handler for invocation 'building-schema', error was 'Error: Type with name "FigmaELLIPSE" does not exists'. Stacktrace was 'Error: Type...

Might save some time in the future regarding querying and types. https://github.com/braposo/figma-graphql

enhancement
help wanted

Hello, This looks super helpful. I'm trying to get it going. I created something from scratch using: gatsby new reactTest Then I edited the config.js and added: - my access...

This is less important I'm assuming, but it might be nice to be able to query comments from a Figma file.

enhancement
help wanted