Skip to content

A node.js wrapper for the Manatee barcode library

License

Notifications You must be signed in to change notification settings

lamassu/node-manatee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-manatee

A node.js wrapper for the Manatee barcode library

Build instructions

  1. Copy your libBarcodeScanner.a or libBarcodeScanner.so library from Manatee to your system library directory (e.g., /usr/local/lib). (You can get a demo version for free by signing up on their site.)
  2. node-gyp configure
  3. node-gyp build