Skip to content

Commit 9ece0e3

Browse files
committed
chore: update readme
1 parent 0c57f7a commit 9ece0e3

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,25 @@ Exp: awesome.config.ts;
6666
}
6767
```
6868

69+
## Preview Icon
70+
71+
- Install [iconify-preview](https://marketplace.visualstudio.com/items?itemName=hunghg255.iconify-preview)
72+
- Config `.vscode/settings.json` read file json icon which generate after run script
73+
74+
```json
75+
{
76+
"iconify.color": "#ddd",
77+
"iconify.customCollectionJsonPaths": ["./public/svgcss/icon-collection.json"], // path json file
78+
"iconify.delimiters": ["-"],
79+
"iconify.prefixes": ["", "icon"],
80+
"iconify.inplace": false,
81+
"iconify.annotations": true,
82+
"iconify.languageIds": ["typescript", "typescriptreact"]
83+
}
84+
```
85+
86+
![Demo](./assets/demo.gif)
87+
6988
### About
7089

7190
<a href="https://www.buymeacoffee.com/hunghg255" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>

assets/demo.gif

1.72 MB
Loading

0 commit comments

Comments
 (0)