1.0.4 • Published 4 years ago

@rainbow_deer/pull-iconfont v1.0.4

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

pull-iconfont

一键拉取iocnfont文件到本地

install

npm isntall @rainbow_deer/pull-iconfont -D
// or
yarn add @rainbow_deer/pull-iconfont -D

Usage

Create a new icon.config.js in the root directory

const path = require('path')
module.exports = {
  ctoken: '*', // iconfont token
  dest: path.join(__dirname, './resources/browser/iconfont'), //Storage path
  fileName: 'font.css', // file name
  pid: '1334360', // project id
  cookie: '*'
}
pull-iconfont
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago