文件名称:parse-css-font:解析CSS字体属性值
文件大小:57KB
文件格式:ZIP
更新时间:2024-02-24 12:49:51
css npm font parse shorthand
解析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
----.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)
----LICENSE(1KB)
----tslint.json(134B)
----README.md(2KB)
----.editorconfig(241B)
----.gitignore(73B)
----CHANGELOG.md(1KB)
----package-lock.json(215KB)
----package.json(2KB)