1.0.0 • Published 6 years ago
lutzjs v1.0.0
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