Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-camera-on-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
is-camera-on-cli
Check if a Mac camera is on
Install
npm install --global is-camera-on-cli
Requires macOS 10.15 or later.
Usage
$ is-camera-on --help
Example
$ is-camera-on
✔ Camera is on
Exits with code 0 if on and 1 if off
Related
- node-is-camera-on - API for this package