No articles match
Building custom CSS from the Figma API4 years ago
Introduction | About the quarto_website object | Lets reshape the object | The nav-bar component as an example | Extracting the CSS selector | Getting the background color | Building an attribute processor | The CSS code for background color | Conclusion
Get your Figma file into R4 years ago
1. Introduction | 1.1 Is always nice to read the official Figma API documentation | 1.2 Finding the key (or ID) of your Figma file | 1.3 Get your personal access token | 1.4 Use get_figma_file() to get your Figma file | 1.5 Using the response object | 1.6 Output a Figma Document object | 1.7 Output a tibble::tibble() object
Common HTTP errors in the Figma API4 years ago
Introduction | Most common HTTP errors | Wrong node ID in figma::get_figma_page() results in status code 400 | 404: File not found | 403: Invalid token | Other possible HTTP errors