npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

screen-type

1.0.0

@hemanth

npmHomeRepoSnykSocket
Downloads:5
$ npm install screen-type
DailyWeeklyMonthlyYearly

screen-type Build Status

Simple util to detect the screen-type.

It might be on of:

  • Standard

  • SD

  • HD

  • FullHD

  • UltraHD

  • QuadHD

  • Retina

Install

$ npm install --save screen-type

Usage

var screenType = require('screen-type');

screenType.HD //true.

Object.keys(screenType);

// ["Standard", "SD", "HD", "FullHD", "UltraHD", "QuadHD", "Retina"]

License

MIT © Hemanth.HM