0.0.1 • Published 6 years ago

what-env v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

what-env v0.0.1

Detect browser engine, device type, and touch capability.

const env = require('what-env')

env.SAFARI // true if in Safari browser
env.WEBKIT // true if using the WebKit engine
env.TOUCH // true if the device is touch-friendly
env.MOBILE // true if using a mobile device
env.APPLE // true if on a Mac, iPad, or iPhone

Available properties

Pull requests accepted for new properties.

Browser:

  • SAFARI

Engine:

  • WEBKIT

Device:

  • MOBILE
  • PHONE
  • TOUCH

Brand:

  • APPLE