node-qrcode-lite/lib/core
Vincenzo Greco 77064f5e5e Refactor/core ()
* Split core lib into multiple files

* Refactor data encoding methods

* Refactor data masking process

* Improve qr code generation process

* Increase minimum required node version to 0.10

* Add linter

* Add tests and tests coverage

* Update travis config to fix compilation issues

* Add examples folder

* Add missing license tag in package.json

* Update build script and add sourcemap support

* Publish only strictly needed files on npm

* Update readme
2016-12-16 23:45:08 +01:00
..
alignment-pattern.js Refactor/core () 2016-12-16 23:45:08 +01:00
bit-buffer.js Refactor/core () 2016-12-16 23:45:08 +01:00
bit-matrix.js Refactor/core () 2016-12-16 23:45:08 +01:00
byte-data.js Refactor/core () 2016-12-16 23:45:08 +01:00
error-correction-code.js Refactor/core () 2016-12-16 23:45:08 +01:00
error-correction-level.js Refactor/core () 2016-12-16 23:45:08 +01:00
finder-pattern.js Refactor/core () 2016-12-16 23:45:08 +01:00
format-info.js Refactor/core () 2016-12-16 23:45:08 +01:00
galois-field.js Refactor/core () 2016-12-16 23:45:08 +01:00
mask-pattern.js Refactor/core () 2016-12-16 23:45:08 +01:00
mode.js Refactor/core () 2016-12-16 23:45:08 +01:00
polynomial.js Refactor/core () 2016-12-16 23:45:08 +01:00
qrcode.js Refactor/core () 2016-12-16 23:45:08 +01:00
reed-solomon-encoder.js Refactor/core () 2016-12-16 23:45:08 +01:00
utils.js Refactor/core () 2016-12-16 23:45:08 +01:00
version.js Refactor/core () 2016-12-16 23:45:08 +01:00