1
0

figma-import.config.js.example 588 B

1234567891011121314
  1. /**
  2. * FIGMA_TOKEN - your personal API token, generated in figma profile settings
  3. * FILE_KEY - unique file id
  4. * FRAME_WITH_ICONS_ID - root frame id with assets to export in the following format: 000:00
  5. * Example url: https://www.figma.com/file/[FILE_KEY]/Joystream-Atlas?node-id=[FRAME_WITH_ICONS_ID]
  6. * Currently used icon file: https://www.figma.com/file/1uxugLps6oooI38PGmdrn9/Figma-API--%3E-Storybook?node-id=637%3A380
  7. */
  8. module.exports = {
  9. FIGMA_TOKEN: '',
  10. FILE_KEY: '1uxugLps6oooI38PGmdrn9',
  11. FRAME_WITH_ICONS_ID: '1547:4330',
  12. FRAME_WITH_ILLUSTRATIONS_ID: '1008:6558'
  13. }