UNPKG

119 BJavaScriptView Raw
1var qrcode = require('../lib/main');
2qrcode.generate('someone sets it up', function (str) {
3 console.log(str);
4});