3.1.0 • Published 2 years ago

is-camera-on v3.1.0

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

is-camera-on

Check if the built-in Mac camera is on

Install

npm install is-camera-on

Requires macOS 10.11 or later.

Usage

import isCameraOn from 'is-camera-on';

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

Related