Files
DocumentServer-v-9.2.0/web-apps/translation/exportfigmaconfig.py
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

8 lines
204 B
Python

FIGMA_FILE_KEY = ""
FIGMA_TOKEN = ""
MAIN_NODE_ID = ""
OUTPUT_DIR = "../apps"
SCALE = 1 # 1x, 2x, 3x
ICONS_NODE_NAME = "24px"
PATH_NODE_NAME = "$icon-path"
ICON_FORMAT = "svg"