generate_pseudo_code_from_figma_frame
Convert Figma designs to JSX and CSS pseudo-code for specific frames or components, enabling design-to-code workflows.
Instructions
It will generates JSX and CSS pseudo-code for a Figma frame or node, given its file key and node ID. Useful for converting Figma designs to code. Can also be used to generate code for specific components or frames in Figma.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileKey | Yes | The key of the Figma file to fetch, Can be found in a provided URL like `figma.com/(file|design)/<fileKey>/...` | |
| nodeId | Yes | The ID of the node to fetch, can be found as URL parameter like `node-id=<nodeId>`, Must use if provided. |