screencapture-shadow-disabled

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i screencapture-shadow-disabled

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

3.43 kB

Total Files

4

Last publish

Collaborators

  • kchan