neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 215 forks source link

QRious #48

Closed neocotic closed 8 years ago

neocotic commented 8 years ago
neocotic commented 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.

neocotic commented 8 years ago

28 will hopefully be fixed as a result of these changes.

31 will become invalid since the save and saveSync methods have been dropped.

neocotic commented 8 years ago

Finally got travis building node-canvas correctly on all Node.js versions. Ready to merge.