npm.io
2.3.1 • Published 5 years ago

universal-device

Licence
BSD-3-Clause
Version
2.3.1
Deps
1
Size
32 kB
Vulns
0
Weekly
0

universal-device npm

System info.

Supported

browser weex miniApp wechatMiniprogram quickApp bytedanceMicroApp

Install

$ npm install universal-device --save

Usage


// How to use it in quickapp
// import { platform, appName, screenWidth, screenHeight, appVersion } from 'universal-device/lib/quickapp;

import { platform, appName, screenWidth, screenHeight, appVersion } from 'universal-device';

APIS

appName: string

app name or browser name

appVersion: string

app version or browser version info

platform: string

platform: 'Android'、'iOS'、'MacIntel', etc.

screenWidth: number

Screen width in px

screenHeight: number

Screen height in px

devicePixelRatio: number

The ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device.