Open dandv opened 7 years ago
Yup - upon some light prodding, @jesstelford has just deprecated the package (thanks!) in favor of @edi9999's.
Thanks for using my port, I'm trying to maintain it, but I'm also searching for additional maintainers, so feel free to contact me if you would have interest to do that.
hey sorry for the delay @edi9999, I might be of help maintaining your port; perhaps we could consider extending support to other codes that ZXing supports and jsqrcode don't. I might not have bags of time but I can make some.
@miguelao, gonna throw my port of ZXing (1D-barcodes branch) into the ring as well. It's a fork of Schibum/barcode.js which was re-organized to more closely match ZXing's directory structure and begin to port 1D barcodes like Code 128. It's compiled using Closure and has lots of type-checking, decent test coverage, and is easy to develop. I haven't ported all 1D barcode support because I covered my needs, but it would only take a few hours to port the rest of the 1D barcodes from ZXing, it's just step and repeat using the existing pattern, and easy enough to plug in their test data to confirm functionality.
Not saying it's better, but it looks more responsibly maintained.