Check if screencapture shadow is disabled. (macOS)
npm install screencapture-shadow-disabled  
The shadow of screencapture on macOS can be disabled, and you may want to know whether it's disabled currently.
``bash`
$ npm install --save screencapture-shadow-disabled
`js
const check = require('screencapture-shadow-disabled')
check()
.then(disabled => {
console.log(disabled)
})
``
- toggle-screencapture-shadow
- toggle-screencapture-shadow-cli
MIT © EGOIST