1.0.1 • Published 7 years ago

has-hover v1.0.1

Weekly downloads
93,474
License
MIT
Repository
github
Last release
7 years ago

has-hover unstable Build Status

Check if hover is available on the current device.

npm install has-hover

const isHover = require('has-hover')

if (!isHover) {
	//do touch-only routine
}

If you find edge case, please address issues.