49 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
35
views
Accuracy gap: Figma REST API → Svelte components vs. Figma Claude MCP output
I’ve built a script that parses Figma designs via the Figma REST API and automatically generates Svelte components. When I compare it on the same files, the Figma Claude MCP output is noticeably more ...
2
votes
1
answer
2k
views
Enable Dev Mode MCP Server is missing from Figma Desktop
I was just trying to get the figma mcp set up properly but recently the option to enable dev mode went completely missing from my figma desktop application. I'm not sure how. I did temporarily uncheck ...
1
vote
1
answer
127
views
Is there a reason my Figma Embed API responds with "Unauthorised"?
I am trying to integrate a Figma prototype into an angular app and I need to use the Figma Embed API to track specific data like paths followed and user clicks. I have followed the Oauth steps and set ...
-1
votes
1
answer
325
views
How to import a component from published library and how to get component key
I'm working on a figma plugin where in I need to use the components
which are in published library assets. I know I should be using
figma.importComponentByKeyAsync() of figma plugin API, but I m not
...
0
votes
0
answers
178
views
Figma copy to clipboard
I am noticing more and more Figma libraries lately popping up. Think about: https://www.flowbase.co/, https://figmacomponents.com/
I’m currently figuring out how they do section X inside a copy to ...
0
votes
0
answers
34
views
Function call when dragged and dropped a frame node on a figma page
Working on figma plugin development, so I need to call a function ReorganizeFunc() when
a frame node is moved from one position to another, only when dropped
I want to call the function. But the below ...
0
votes
1
answer
180
views
Uploaded image from script to Figma file through API on Python doesn't appear
I'm trying to upload several images from my pc to figma file. The script sees the file, its nodes and ids, but can't put the image inside file, despite no errors. I've created a server through python -...
0
votes
2
answers
198
views
Figma Component Not found issue
Issue:
I am working on a project that fetches components from Figma using Flask and the Figma API. However, when I try to retrieve the components, I get an empty list or "Component not found"...
1
vote
1
answer
484
views
Figma Plugin API, How to add component properties to component
I am trying to make a plugin that documents color styles but I am having trouble with settign up the color token card component. I figured out how to add a component property but I don't know how I ...
0
votes
1
answer
696
views
How can we capture screenShot of figma design and send it to s3 bucket
I am new to figma plugins.
I am createing a figma plugin using plain html and javascript.
What I want to do is to capture a snapshot of figma design on screen.
And Convert it to png/jpg to store it ...
1
vote
1
answer
694
views
I am making a figma plugin, why is the message not being sent?
Below is the folder structure
<!-- ui.html -->
<h1 id="selectedState">선택되지 않았어요</h1>
<button id="temp">클릭</button>
<script>
const ...
0
votes
2
answers
489
views
How to get font with mix font style in Figma Plugin. Error Cannot unwrap symbol
I'm trying to get font from a selected element and when an element with mix font styles is selected it gives me an error.
figma_app.min.js.br:5 Error: in postMessage: Cannot unwrap symbol
at (...
1
vote
1
answer
2k
views
Figma Api fails to get large files
I am writing a crawler that looks through all the Figma files in a project and finds a certain kind of node. I am using this npm package --> https://www.npmjs.com/package/figma-api which uses the ...
1
vote
1
answer
553
views
Convert Instance or Frame node to Component node through Figma API
is there a way how to convert Instance or Frame node to Component node with Figma API? Through UI it's very easy just right click on element and then Create Component like on screenshot below but I ...
0
votes
0
answers
74
views
Programmatically render the getters of a JavaScript object
I'm desperately looking to render this object programmatically, so I can work with it with handlebars.js, when I try to pass a property as it is of now, I do get an error about the fact that ...