Skip to content

tbalint19/lutzjs

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published