1.0.3 • Published 8 years ago

terminal-qrcode v1.0.3

Weekly downloads
10
License
ISC
Repository
github
Last release
8 years ago

Deprecated

Please use qrcode-terminal.

Forked from soldair/node-qrcode, remove canvas module only support draw in your terminal.

terminal-qrcode

Examples

A simple server side test...

var QRCode = require('terminal-qrcode');
    
QRCode.drawText('i am a pony!',function(err, qrcode) {
    if (!err) console.log(qrcode);
});
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago