2.0.2 • Published 5 years ago

electron-is-camera-on v2.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

is-camera-on Build Status

Check if the built-in Mac camera is on

Install

$ npm install is-camera-on

Requires macOS 10.11 or later.

Usage

const isCameraOn = require('is-camera-on');

(async () => {
	console.log(await isCameraOn());
	//=> true
})();

Related

License

MIT © Sindre Sorhus