3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
|
var qrcode = require('../lib/main');
|
||
|
qrcode.generate('this is the bomb');
|