aureleduda
Results
1
comments of
aureleduda
you can use the qrimage function from this package, just add some options to set the margin and the size. printer.align('ct').qrimage('https://youtu.be/W2ZmTMzN5NY', { type: 'png', margin:4, size:10}, function(err){ this.close();}); just look...