@terra-dev/is-touch-device
v0.20.1
Published
Checking is the device support multi-touch.
Downloads
40
Readme
@terra-dev/is-touch-device
Checking is the device support multi-touch.
Usage
import { isTouchDevice } from '@terra-dev/is-touch-device';
if (isTouchDevice()) {
// DO SOMETHING
}