/zbarimg

Scan photos using ZBar in Node.js.

Primary LanguageCoffeeScript

[Deprecated] zbarimg

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

The module has only been 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