1.0.9 • Published 6 years ago

easy-detect-device-script v1.0.9

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

Easy detect device script

With this NPM package you can easily see which device the visitor is using. Use the class DetectDevice with the function.

Example:

const DetectDevice = require('easy-detect-device-script.js');

if (DetectDevice.isMobileDevice()) { // Do mbl stuff < } else if (DetectDevice.isTabletDevice()) { // Do tablet stuff } else if (DetectDevice.isDesktopDevice()) { // Do desktop stuff }

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago