Skip to content

kishoreprabhu/touch-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

touch-detector

Detects whether device is touch device or not

Installation

npm install touch-detector

Usage

var isTouch = require("touch-detector");
console.log(isTouch(), "returns true if the device is touch device else false");

API

isTouch();

About

Detects whether device is touch device or not

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published