文件名称:font-awesome-v5-icons:Font Awesome v5图标列表(纯JS数组)
文件大小:82KB
文件格式:ZIP
更新时间:2024-02-26 00:32:50
font fonts json list awesome
字体真棒v5图标 返回Font Awesome v5图标的实际列表(纯JS数组) 安装 $ npm install --save font-awesome-v5-icons 用法 const faIcons = require ( 'font-awesome-v5-icons' ) ; faIcons . getList ( ) . then ( icons => console . log ( icons . length ) ) ; //=> 875 faIcons . getList ( ) . then ( icons => console . log ( icons [ 0 ] )
【文件预览】:
font-awesome-v5-icons-master
----.gitignore(13B)
----.eslintrc(294B)
----package.json(1KB)
----data()
--------icons.json(176KB)
----package-lock.json(194KB)
----.travis.yml(50B)
----index.js(1KB)
----test.js(614B)
----license(1KB)
----readme.md(1KB)
----.gitattributes(29B)
----.editorconfig(236B)