Skip to content

JPJeePee/iconfont-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iconfont-download

Step1: Download

git clone [email protected]:JPJeePee/iconfont-download.git

Step2: Install

npm install

Step3: Config

{
  // your iconfont-repo address
  "symbol_url": "//at.alicdn.com/t/font_1373348_ghk94ooopqr.js",
  // the directory where to put your output
  "save_dir": "",
  // the size of your iconfont png
  "size": 100,
  // exclude this array from your iconfont png
  "excludes": []
}

Step4: Run

npm run download

About

download png picture from an iconfont-repo

Resources

License

Stars

Watchers

Forks