figma-api-stub icon indicating copy to clipboard operation
figma-api-stub copied to clipboard

🤖 A stub implementation of Figma Plugins API.

Results 7 figma-api-stub issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.7.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Assigning array with more than one elements [documentationLinks](https://www.figma.com/plugin-docs/api/properties/ComponentNode-documentationlinks/) throws an error: ``` Error: in set_documentationLinks: Documentation links API takes a list of size 0 or 1 ```

enhancement

Are there any plans to add getRange... setRange... methods like getRangeFontName, setRangeFontName etc?

- Upgrade to latest deps. - Remove rxjs See commit descriptions for details.

I was using `createPaintStyle` etc. and noticed that styles are missing keys. Would it be possible to add them? I currently extract them manually by substringing the ids. This would...

It would be helpful if we had a better way to simulate the workflow for "importing external styles" ```ts const externalStyle = await figma.importByKeyAsync(key); node.fillStyleId = externalStyle.id ``` I think...

This is a meta issue to track the efforts of bringing `figma-api-stub` to parity with Figma's API. The development will be done in stages for rapid release and merged at...