1.1.1 • Published 10 years ago

zbarimg v1.1.1

Weekly downloads
17
License
MIT
Repository
github
Last release
10 years ago

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
1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago