screencapture-shadow-disabled
v2.0.0
Published
Check if screencapture shadow is disabled. (macOS)
Downloads
12
Readme
screencapture-shadow-disabled
The shadow of screencapture on macOS can be disabled, and you may want to know whether it's disabled currently.
Install
$ npm install --save screencapture-shadow-disabled
Usage
const check = require('screencapture-shadow-disabled')
check()
.then(disabled => {
console.log(disabled)
})
Related
License
MIT © EGOIST