Home

Awesome

ZXingJS2

Yet another port to JavaScript of ZXing multi-format 1D/2D barcode image processing library.

Many 1D and/or 2D code image processing libraries exist.

== Disclaimer ==

This library is far from being fully functional now. Unfortunately I do not plan to work further on it for the time being. Please feel free to re-use the work and extend it. You can open issues to mention your extended work.

Rationale

Mobile application target

Mobile application (smartphone) is a big usage:

Since we target mobile usage, we can build a native application (Java in Android, Objective-C in iOS), hybrid application (HTML, CSS and JavaScript with Cordova / PhoneGap / Ionic), or a web application / pure online service.

Commodity service

Barcode scanning is today a commodity service (dozens, maybe hundreds of free and even ad-free applications are available, if not already shipped with the OS). Hence there is no business model to build a paid dedicated software, and even less for a dedicated hardware! Unless very specific requirements are needed (scanning speed being probably the only reason to keep laser-based technology). Many open source libraries are available on the Internet, and even full mobile applications (Barcode Scanner, based on ZXing).

With no business model, there is no point in fragmenting the libraries.

This is the rationale to attempt a new full port of ZXing to JavaScript.

Why not simply continuing the work from ZXingjs?

It does a brilliant job at porting exactly the Java ZXing structure (interfaces, classes, etc.) despite the differences between Java and JavaScript.

Strategy

Other barcode image processing libraries (related to JavaScript)

License

ZXingJS2 is distributed under the Apache 2.0 License, like ZXing.