@akiflow/prevent-app-nap
v0.3.0
Published
Enable or disable app nap for your app, from Node
Downloads
3
Keywords
Readme
Disable App Nap on macOS
This Node module disables app nap for the currently running process by starting an activity.
Tested on node
- 14.2.0
Usage
const appNap = require('app-nap')
const reason = 'Keeping app live'
appNap.disable(reason)
License
MIT, please see LICENSE
for details.