Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 457 Bytes

File metadata and controls

22 lines (10 loc) · 457 Bytes

nodejs QR code decoding library

This library is aimed at decoding QR codes using nodejs. this work is based on :

  • ZXING QRcode decoding java library
  • LazarSoft port of this lib to javacript

Requirements

node QR decoder has been tested with node 0.4.3 and require the installation of node canvas :

npm install canvas