1.1.1 • Published 11 years ago
zbarimg v1.1.1
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 zbarimgRequirements
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