retinajs
retinajs copied to clipboard
`root.devicePixelRatio` with CommonJS
var root = (typeof exports == 'undefined' ? window : exports);
...
root.devicePixelRatio
Great catch. We're going to be releasing version 2.0 very soon and this will be fixed in that release.