is-retina

1.0.3 • Public • Published

isRetina

Simple function which tells if your code is running on a high DPR device or not

Install

npm install is-retina

Usage

var isRetina = require('is-retina');
 
isRetina()
// Returns true on a "retina" device and false on a normal one.

Package Sidebar

Install

npm i is-retina

Weekly Downloads

108,839

Version

1.0.3

License

MIT

Last publish

Collaborators

  • kylemathews