文件名称:aspect-ratio:获取设备的屏幕纵横比
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-01 10:53:15
JavaScript
纵横比
获取设备的长宽比。
安装
npm install aspect-ratio --save
用法
与Node.js
const ratio = require ( 'aspect-ratio' )
console . log ( ratio ( 1920 , 1080 ) ) // => 16:9
console . log ( ratio ( 1920 , 1080 , '/' ) ) // => 16/9
使用CLI
$ aspect-ratio
Get the screen aspect ratio of a device
Usage
$ aspect-ratio < width>
【文件预览】:
aspect-ratio-master
----.gitignore(407B)
----package.json(1KB)
----src()
--------util.js(275B)
--------index.js(538B)
----LICENSE.md(1KB)
----bin()
--------index.js(601B)
----.travis.yml(50B)
----CHANGELOG.md(3KB)
----.bumpedrc(644B)
----.github()
--------dependabot.yml(257B)
----README.md(1KB)
----.npmignore(120B)
----.gitattributes(12B)
----test()
--------util.js(1KB)
--------index.js(822B)
--------mocha.opts(68B)
----.editorconfig(295B)