High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, C++, C, Rust. https://www.nayuki.io/page/qr-code-generator-library
Go to file
Nayuki Minase c55751e7bd Fixed JavaScript code for detecting the need for a larger QR Code version, due to incorrect code simplification in commit 5692e951dd. 2016-04-18 19:39:32 +00:00
cpp Revamped QrCode.encodeSegments() to add parameters to make a much richer API, in all language versions; updated JavaScript demo script to handle new semantics. 2016-04-16 03:53:58 +00:00
java/io/nayuki/qrcodegen Revamped QrCode.encodeSegments() to add parameters to make a much richer API, in all language versions; updated JavaScript demo script to handle new semantics. 2016-04-16 03:53:58 +00:00
javascript Fixed JavaScript code for detecting the need for a larger QR Code version, due to incorrect code simplification in commit 5692e951dd. 2016-04-18 19:39:32 +00:00
python Moved {encodeText(), encodeBinary(), encodeSegments()} into class QrCode in Python and JavaScript implementations, for consistency with Java implementation. 2016-04-18 18:40:14 +00:00