π
Welcome to @kazura/web-daemon
web-daemon
π Homepage
Install
yarn add @kazura/web-daemon
Usage
import WebDaemon from '@kazura/web-daemon'
let point = 1
const daemon = new WebDaemon((next) => {
console.log(point++)
next()
})
daemon.start()
daemon.pause()
WebDaemon.pauseAll()
Author
- Website: https://github.com/kazura233
- Github: @kazura233
π€ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a
This README was generated with