yen-support

0.1.2 • Public • Published

yen-support

Usage

var support = require('yen-support')
 
if (support.retina) {
  // current device has retina screen
}
else if (support.highDensity) {
  // current device has high density screen
}

Development

$ tnpm start
$ open http://localhost:5000/test/runner.html

Readme

Keywords

none

Package Sidebar

Install

npm i yen-support

Weekly Downloads

0

Version

0.1.2

License

ISC

Last publish

Collaborators

  • dotnil