https://github.com/db-ui/figma-icon-exporter
https://github.com/db-ui/figma-icon-exporter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/db-ui/figma-icon-exporter
- Owner: db-ui
- License: apache-2.0
- Created: 2024-04-04T07:34:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T07:34:02.000Z (over 1 year ago)
- Last Synced: 2025-02-14T08:24:22.565Z (over 1 year ago)
- Language: TypeScript
- Size: 944 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# FIE - Figma Icon Exporter
This repository includes some software that could be used to export SVG files out of our documentation pages within Figma.
## Initial setup
- install dependencies in root
- add env variables to `.env` (adapted out of `.env.template`):
- create an access token within figma.com (read only is the minimum relevant requirement) and assign it to `FIGMA_ACCESS_TOKEN`
- assign identifier (hash "path" after `https://www.figma.com/design/` within the URL) to `FIGMA_FILE_ID`
## Running the export
- run `npm run test`