edi9999 / jsqrcode

[deprecated] Lazarsoft's jsqrcode as a node module, object oriented, and with tests
Apache License 2.0
280 stars 63 forks source link

Do not use global values when processing the image. #5

Closed Xanir closed 9 years ago

Xanir commented 9 years ago

Remove a couple unused functions Moved some functions and values into a qrcode variable. This is temporary and will be fixed when I namespace all functions / classes. I just wanted to have smaller commits to make the compares more manageable.

edi9999 commented 9 years ago

Seems to not break the tests, I will probably add travis.yml to see automatically if the tests continue to pass

edi9999 commented 9 years ago

I have added .travis.yml