figma-api
figma-api copied to clipboard
Figma REST API implementation with TypeScript, Promises & ES6
Hi. @didoo. I added new proprties to autolayout and text. The official documentation hasn't been updated yet, but I found the PR https://github.com/figma/plugin-typings/pull/132.
Hi, thank you so much for this fantastic library! I noticed that `GetFileResult.components` has this type: ```ts /** An arrangement of published UI elements that can be instantiated across figma...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Fixes https://github.com/didoo/figma-api/issues/46
Now matches API docs here: https://www.figma.com/developers/api#files
I've been developing a figma plugin at first and later on a tool to connect to figma, which led me here. For figma plugin developers, there are official types as...
Hi, this should fix #40 Let me know what you think.
Hi, and thanks for this library. I however realized that we can pass some id's to `getFileNodes` method such that we can get results of type `GetFileNodesResult` which has a...
I have worked a little bit on the library (see #13) and it would have been super helpful to have a suite of tests to be sure that I was...
This is actually an error in the Figma documentation, so I understand why the type is missing from the library. I've alerted Figma to the bug. The `StylesMap` you can...