文件名称:random-google-font:返回随机Google字体源文件URL的节点模块
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-26 00:32:29
nodejs npm font google module
随机Google字体 返回随机Google字体源文件URL的节点模块。 $ npm install random-google-font --save-dev … 然后: let font = require ( 'random-google-font' ) ; font . get ( { //name: 'Roboto', category : 'monospace' , // If name is specified, this option is ignored. variant : 'italic' , weight : '100' , items : 2 , } )
【文件预览】:
random-google-font-master
----.gitignore(731B)
----package.json(847B)
----LICENSE(11KB)
----index.js(2KB)
----README.md(2KB)
----demo.js(995B)
----.gitattributes(61B)
----.editorconfig(536B)