qruri
Version:
NodeJS port of Kang Seonghoon's qr.js
22 lines (21 loc) • 405 B
JSON
{
"name": "qruri",
"version": "0.0.4",
"description": "NodeJS port of Kang Seonghoon's qr.js",
"repository": {
"type": "git",
"url": "https://github.com/shesek/qruri"
},
"keywords": [
"qr",
"qrcode"
],
"author": "Nadav Ivgi",
"license": "Public domain or CC0",
"dependencies": {
"canvas": "^2.6.0"
},
"browser": {
"./canvas.js": "./canvas.browser.js"
}
}