/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/npm/node_modules/qrcode-terminal/example/small-qrcode.js
6 строк
150 B
Myles Borins
deps: update npm to 5.5.1
30 окт 2017, 04:32
Не верифицирован
30 окт 2017, 04:32
ace4fe5
Код
Авторство
О чём код?
var qrcode = require('../lib/main'), url = 'https://google.com/'; qrcode.generate(url, { small: true }, function (qr) { console.log(qr); });