1.1.1 • Published 8 months ago

react-native-iconfont-svg v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago