Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

13 lines
442 B
Plaintext

python version 3.9 and above
required params
FIGMA_FILE_KEY - project id https://www.figma.com/design/ kblmWxvHshQs7QVJ1BvvWU /Desktop-Launc...
FIGMA_TOKEN - security token for access to figma
MAIN_NODE_ID - id for node with icons https://www.figma.com/desig...?node-id= 1254-30093 ... -> set in format 1254:30093
launch script
>python exportfigma.py
if get error "ModuleNotFoundError: No module named 'requests'"
>pip install requests