0.0.6 • Published 2 years ago

@niceskylei/awake_mac v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Make your mac awake

Attention! Only work for macos!!!

example

import {disableScreenSleep, enableScreenSleep} from '@niceskylei/awake_mac'
let ok = disableScreenSleep("marklei");
console.log("disableScreenSleep", ok);
if (ok) {
    setTimeout(() => {
        console.log("enableScreenSleep", enableScreenSleep());
    }, 1000 * 180);
} else {
    console.warn("disableScreenSleep failed");
}
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago