Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 265 Bytes

File metadata and controls

16 lines (11 loc) · 265 Bytes

dpi.js

A library which reveals the pixel density of the client screen in your browser.

It will attach them to the global window object which you can access.

console.log(window.dpi);

and for the metric system

console.log(window.dpcm);