2.0.0 • Published 6 years ago

screencapture-shadow-disabled v2.0.0

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

screencapture-shadow-disabled

NPM version NPM downloads Build Status

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