@gotoeasy/svgicon

0.0.11 • Public • Published

@gotoeasy/svgicon

NPM version License

简化满足svg图标需求: 收集 => 筛选 => 图标字体

  • [x] 从指定git地址导入svg图标到本地磁盘缓存
  • [x] 从指定npm包导入svg图标到本地磁盘缓存
  • [x] 从指定目录导入svg图标到本地磁盘缓存
  • [x] 开启服务器,通过浏览器检索浏览图标
  • [x] 通过浏览器筛选图标(收藏/取消收藏)
  • [x] 使用命令行,按收藏内容生成webfonts相关文件

https://github.com/gotoeasy/npm-packages/blob/master/svgicon/www/search.png



Install

npm i -g @gotoeasy/svgicon

Sample (cli)

// import from giturl
svgicon imp https://github.com/FortAwesome/Font-Awesome.git


// import from npm package
svgicon imp @fortawesome/fontawesome-free


// import from dir
svgicon imp ./svgicons


// open the browser to show the icons, and edit your favorites
svgicon open


// create webfonts by favorites icons
svgicon font

Links

Package Sidebar

Install

npm i @gotoeasy/svgicon

Weekly Downloads

0

Version

0.0.11

License

MIT

Unpacked Size

173 kB

Total Files

30

Last publish

Collaborators

  • rpose