lutzjs
v1.0.0
Published
Minimalistic idle detection for frontend applications
Downloads
6
Readme
Lutzjs
Idle user checking for frontend applications
Usage
Start monitoring the user
const idle = require('lutzjs')
$idle.watch()
// or
$idle.watch(5000)Subscribe with a function
$idle.on(() => alert('HEY!!!'))Ignore (when watching a video for example)
$idle.ignore()License
MIT © TBalint19
