Skip to content

Commit 4cbd5e3

Browse files
committed
Update readme
1 parent d5df089 commit 4cbd5e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Your SVGs will be generated in `src/svg` folder
2727
6. Add your DEV_TOKEN from step 5 into `.env` file
2828
7. Run `node src/index.js` and your SVGs will be generated into `src/svg` folder
2929

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)
3032
### Limitations
3133

3234
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

Comments
 (0)