retinajs icon indicating copy to clipboard operation
retinajs copied to clipboard

`root.devicePixelRatio` with CommonJS

Open dangreen opened this issue 9 years ago • 1 comments

var root = (typeof exports == 'undefined' ? window : exports);
...
root.devicePixelRatio

dangreen avatar Jun 03 '16 06:06 dangreen

Great catch. We're going to be releasing version 2.0 very soon and this will be fixed in that release.

jgnewman avatar Jun 10 '16 06:06 jgnewman