parse css font:解析CSS字体属性值 源码
解析CSS字体 解析CSS 。 安装 $ npm install parse-css-font [--save[-dev]] 用法 const parseCSSFont = require ( 'parse-css-font' ) parseCSSFont ( '1rem "Roboto Condensed", sans-serif;' ) /* { size: '1rem', family: ['Roboto Condensed', 'sans-serif'], style: 'normal', variant: 'normal', weight: 'normal', stre
文件列表
parse-css-font-master.zip
(预估有个16文件)
parse-css-font-master
.gitattributes
10B
src
index.ts
3KB
index.test.ts
5KB
helpers.ts
217B
.npmignore
129B
tsconfig.test.json
80B
.travis.yml
227B
tsconfig.json
236B
暂无评论