You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Your SVGs will be generated in `src/svg` folder
27
27
6. Add your DEV_TOKEN from step 5 into `.env` file
28
28
7. Run `node src/index.js` and your SVGs will be generated into `src/svg` folder
29
29
30
+
### Filtering Private Components (starting with a . or a _)
31
+
1. If you want to ignore / filter private components that start with a . or _, change the FILTER_PRIVATE_COMPONENTS variable to `true`. Thanks to [lennertVanSever for their contribution to this](https://github.com/jacobtyq/export-figma-svg/pull/27)
30
32
### Limitations
31
33
32
34
Figma API has a fixed number of requests (rate limits) you can call per minute. This script will process a 20 requests per 45 seconds to avoid hitting that limit.
0 commit comments