zbarimg-gray

1.0.3 • 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 zbarimg-gray

Requirements

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

Usage

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

Package Sidebar

Install

npm i zbarimg-gray

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

5.62 kB

Total Files

3

Last publish

Collaborators

  • tawheedkhan