This package has been deprecated

Author message:

Not maintained anymore

zbarimg

1.1.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.

The module is only made and tested with QR-Codes!

Installation

npm install zbarimg

Requirements

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

Usage

zbarimg = require 'zbarimg'
 
zbarimg 'photo.png'(err, code) ->
 
    console.log code

/zbarimg/

    Package Sidebar

    Install

    npm i zbarimg

    Weekly Downloads

    12

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • electerious