Simple function which determines if your code is running on a high DPR device or not
npm install is-retinaisRetina
========
Simple function which tells if your code is running on a high DPR device or not
npm install is-retinajavascript
var isRetina = require('is-retina');isRetina()
// Returns true on a "retina" device and false on a normal one.
``