0.0.5 • Published 5 years ago

byfe-scripts v0.0.5

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

byfe-scripts

安装

npm install -g byfe-scripts

bs-icon-dart

将iconfont上的css文件转为dart文件,以Map<iconName, IconValue>的形式导出;

用法

bs-icon-dart css文件路径 [导出dart的路径]

默认输出为: ./icons.dart

使用

bs-icon-dart http://at.alicdn.com/t/font_1147625_d6nqb83uorg.css ./test.dart

输出

test.dart

class Iconfonts {
    static arrow = 0xe697;
    // ...
}
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago