0.1.1 • Published 4 years ago

display-control v0.1.1

Weekly downloads
22
License
-
Repository
github
Last release
4 years ago

display-control

A node module that supports sleeping and waking the display. Supports Windows, Mac and Linux.

Installation

$ npm install display-control

How to use

var displaycontrol = require("display-control");

displaycontrol.sleep();
displaycontrol.wake();