mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 11:29:35 +00:00

Closes: https://github.com/nodejs/node/pull/16280 PR-URL: https://github.com/nodejs/node/pull/16509 Fixes: https://github.com/nodejs/node/issues/14161 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
var qrcode = require('../lib/main');
|
|
qrcode.generate('this is the bomb');
|