1.0.9 • Published 5 years ago

easy-detect-device-script v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago