iconfont-extract
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i iconfont-extract

Weekly Downloads

13

Version

0.0.12

License

ISC

Unpacked Size

23 kB

Total Files

20

Last publish

Collaborators

  • abelce