neocotic / qrious

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

require js incompatible #9

Closed hyusetiawan closed 10 years ago

hyusetiawan commented 11 years ago

line 1008:

define('qr', function Z() {

      return qr;
    });

should be

define(function Z() {

      return qr;
    });
neocotic commented 11 years ago

Thanks for pointing this out. I'll work on fixing this ASAP.

hyusetiawan commented 11 years ago

That was fast. Thanks!

neocotic commented 11 years ago

I still have some other stuff I want to put in this release, so it won't be in immediately. Won't take too long though.

neocotic commented 10 years ago

Sorry for the delay in getting this out in an official release but there was a lot of changes I wanted to make before doing another release and finding the time to do so was difficult. Fortunately, I've worked through these over the past few days and I'm pleased to say that v1.1.1 is now out (v1.1.0 had a dumb bug so made a quick patch release today).

I can't believe it's been 2 years since the last release! :ship:

Thanks for your patience. As a bonus, this library can now be downloaded via npm and bower:

https://github.com/neocotic/qr.js#install