0.0.12 • Published 9 months ago

iconfont-extract v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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

10 months ago

0.0.11

10 months ago

0.0.12

9 months ago

0.0.3

11 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.4

11 months ago

0.0.7

10 months ago

0.0.6

11 months ago

0.0.2-alpha.2

1 year ago

0.0.2-alpha.0

1 year ago

0.0.1

1 year ago