Closed neocotic closed 8 years ago
This has involved a lot of work and I'm sorry it took so long and that the migration won't be seamless. You will, unfortunately, have to rewrite your code to fit with the new QRious library.
I plan on documenting the migration within the next 24 hours that will hopefully cover how to migrate as easily as possible below:
https://github.com/neocotic/qr.js/wiki/Migrating-from-v1
This is only the first step. I plan on restructuring the project even further in a v3 which will split it up into 3 modules: qrious-core
, qrious-browser
, qrious-node
. This should make it much easier to install in the future as I feel it can still be a bit confusing due to the node-canvas
dependency.
save
and saveSync
methods have been dropped.Finally got travis building node-canvas correctly on all Node.js versions. Ready to merge.
qr-js
toqrious
save
andsaveSync
methodnoConflict
methoddocco
demo.html
to allow contributors to experiment and test with changes due to lack of unit testsINSTALL.md
and consolidate contents intoREADME.md
andCONTRIBUTING.md