1.1.1 • Published 10 months ago

react-native-iconfont-svg v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

react-native-iconfont-svg

rn 生成svg 组件的工具

安装

 npm i react-native-iconfont-svg

生成配置文件

  npx iconfont-init
export default {
  // iconfont 链接
  url: "复制官网提供的JS链接",
  // 生成文件的后缀名,.tsx 会生成ts类型
  suffixName: ".jsx | .tsx",
  // 输出的文件地址 
  output: "./src/components/IconFont",
  // 生成的是类型 add 是往里面添加 ; replace  是替换所有
  exportType: "add"
}

生成配置

  npx iconfont-create
1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago