node-zbarimg

1.0.1 • Public • Published

zbarimg

Scan photos using zbarimg in node.js. This module is a wrapper around the zbarimg command from ZBar bar code reader.

Installation

npm install node-zbarimg

Requirements

ZBar bar code reader must be installed on your system. Make sure the command zbarimg is working.

Usage

var zbarimg = require('node-zbarimg')
 
zbarimg('photo.png', function(err, code) {
 
    console.log(code)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    3
  • 1.0.0
    0

Package Sidebar

Install

npm i node-zbarimg

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • deviavir