1.0.0 • Published 5 years ago

lutzjs v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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

1.0.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago