screen-type
v1.0.0
Published
Simple util to detect the screen-type.
Maintainers
Readme
screen-type 
Simple util to detect the screen-type.
It might be on of:
Standard
SD
HD
FullHD
UltraHD
QuadHD
Retina
Install
$ npm install --save screen-typeUsage
var screenType = require('screen-type');
screenType.HD //true.
Object.keys(screenType);
// ["Standard", "SD", "HD", "FullHD", "UltraHD", "QuadHD", "Retina"]License
MIT © Hemanth.HM
