This program is intend to convert figma frame-by-frame to JSON file
- Clone this repo with git clone command
git clone https://github.com/telkom-design/Figma-JSON-Parser
- Change to work directory
cd Figma-JSON-Parser
- Install with
npm
npm install
- Create
.env
file at root work dir
touch .env
- Configure
.env
with this environment
FIGMA_TOKEN=321227-f302de1c-9339-49b3-901b-561d48ceb228
FIGMA_ID=Hzqg2Mi3qcRbYVa5MsYy27
FIGMA_API=https://api.figma.com
OUTPUT_MAIN=output/main.json
- Start your program / Fetch newest change on figma
npm run start
You can saw output file at output directory
cd output