Navigation Menu

Skip to content

Urucas/node-osx-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scanning an image in osx from Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published