8000 GitHub - javanoclaw/iconfont-generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

javanoclaw/iconfont-generator

 
 

Repository files navigation

iconfont-extract

usage

Install with npm:

npm install --save-dev iconfont-extract

add iconfont-extract-config.js

module.exports = {
    url: "http://at.alicdn.com/t/c/font_3216871_4g87m8dpt9c.js",
}

add script

{
  "scripts": {
    "icons": "iconfont-extract"
  },
}

execute command

npm run icons

options

  • url: icontfont js address of the generated icon library.
  • outDir: output dir.
  • prefix: The prefix of the generated components.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.7%
0