Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 515 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 515 Bytes

node-osx-scanner

Scanning an image in osx from Node

Install

npm install --save node-osx-scanner

Usage

var scan = require("node-osx-scanner");
var response = scan();
console.log(response);
// {state:"Finished", imagePath:"./tmp/14338224024.jpeg"}

Options

Scan params:

  • tmpFolder : temporary folder of scanned images
  • verbose : [true|false] log osx-scanner stdout

Related

osx-scanner - Scanning in osx from command-line