文件名称:qrcode-terminal:终端中的QRCode,导致多数民众赞成在
文件大小:56KB
文件格式:ZIP
更新时间:2024-04-25 17:11:32
JavaScript
QRCode终端版 去之前没有QRCode的地方。 节点库 安装 可以安装: $ npm install qrcode-terminal 并使用: var qrcode = require('qrcode-terminal'); 用法 要向终端显示一些数据,只需调用: qrcode.generate('This will be a QRCode, eh!'); 您甚至可以指定错误级别(默认为“ L”): qrcode.setErrorLevel('Q'); qrcode.generate('This will be a QRCode with error level Q!'); 如果您不想显示到终端,而只想输入字符串,则可以提供一个回调: qrcode.generate('http://github.com', function (qrcode) { console.l
【文件预览】:
qrcode-terminal-master
----.travis.yml(38B)
----bin()
--------qrcode-terminal.js(2KB)
----example()
--------basic.png(45KB)
--------callback.js(119B)
--------basic.js(74B)
--------small-qrcode.js(150B)
----vendor()
--------QRCode()
----package.json(971B)
----test()
--------main.js(2KB)
----LICENSE(12KB)
----.gitignore(28B)
----lib()
--------main.js(3KB)
----README.md(2KB)