gtanner / qrcode-terminal

QRCodes in your terminal, cause thats hot.
Apache License 2.0
1.28k stars 102 forks source link

small option causes cb is not a function #17

Closed coolaj86 closed 8 years ago

coolaj86 commented 8 years ago
    qrcode.generate(url, { small: true }, function (qr) {
      console.log(qr);
    });
TypeError: cb is not a function
    at Object.module.exports.generate (/Users/user/Code/qrcode-terminal/lib/main.js:36:17)
coolaj86 commented 8 years ago

looks like it just needs the new version to be published

heyvito commented 8 years ago

Same here. Would you mind to publish the update to npm, @gtanner?

reverland commented 8 years ago

Yaeh, waiting for an update on npmjs

ghost commented 8 years ago

Any update ?

F-happy commented 8 years ago

There is no update?

terry-fei commented 8 years ago

@gtanner

djMax commented 8 years ago

Seems like it's time to fork and publish...

mwbrooks commented 8 years ago

Hey all, looks like I'm still listed as a npm maintainer and Github contributor on this repo. I'll try to publish the latest version tomorrow (and fix the callback error if it's not already in master).

We should consider adding someone else from the community to help with future work! :)

mwbrooks commented 8 years ago

Hi everyone, I've npm published the latest version, which includes the small qrcode:

qrcode-terminal@0.11.0

Sorry about the delay!