1.0.1 • Published 3 years ago

@ljtool/base64-icon v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

base64-icon

介绍

下载iconfont的base64版本css文件到指定路径。方便小程序等不能直接引用网络字体的项目使用。

安装教程

# global
npm i @ljtool/base64-icon -g
npm i @ljtool/base64-icon
yarn i @ljtool/base64-icon
pnpm i @ljtool/base64-icon

使用说明

# npx
npx @ljtool/base64-icon init
npx @ljtool/base64-icon start
# npm global
base64Icon init
base64Icon start
// scripts
{
  "i": "base64Icon init",
  "s": "base64Icon start",
}

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request