@inventsable/simpledevice
v1.0.1
Published
Simple utilities for determining if desktop/mobile
Readme
simpleDevice
Installation
npm install @inventsable/simpledeviceUsage
import { isMobile, isLandscape } from "@inventsable/simpledevice";
const mobile = isMobile(); // return true or false
const landscape = isLandscape(); // returns true if desktop or if mobile and landscape else false0