node-osx-scanner

0.0.7 • Public • Published

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

Package Sidebar

Install

npm i node-osx-scanner

Weekly Downloads

3

Version

0.0.7

License

MIT

Last publish

Collaborators

  • urucas
  • vrunoa