Skip to content

rp01/turn-off-display

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turn-off-display Build Status npm npm

Turns off the computer monitor/display/screen.

Supported operating systems

This package only supports Windows and OS X >= 10.9 for now. If you want to add support for another operating system, please submit a pull-request.

Will install ffi on win32. No dependencies on darwin.

How to install

npm install --save turn-off-display

How to use

var turnOffDisplay = require("turn-off-display");
try {
	turnOffDisplay();
}
catch (err) {
	// handle error
}

Troubleshooting

If node-gyp fails on Windows: Check out the node-gyp documentation and felixrieseberg/windows-build-tools

Related

License

MIT

Packages

No packages published

Languages

  • JavaScript 100.0%