0.0.12 • Published 2 years ago

iconfont-extract v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.
0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.3

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2-alpha.2

2 years ago

0.0.2-alpha.0

2 years ago

0.0.1

2 years ago