is-kai
v1.0.5
Published
is-kai will tell you if the device is a KaiOS device
Downloads
4
Readme
detect if on KaiOS device
is-kai will tell you if the device is a KaiOS device
Usage:
import isKai from "is-kai"
if (isKai) {
console.log("We're in kai!")
}