@byted/qrcode-generator
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -48,3 +48,2 @@ var qrcode = require("qrcode"); | ||
console.log("[byted-qrcode-generator] qrcode generate success."); | ||
resolve(qrcode); | ||
@@ -78,3 +77,2 @@ } | ||
if (result == 0) { | ||
console.log("[byted-qrcode-generator] qrcode upload successfully.") | ||
resolve(qrcode); | ||
@@ -81,0 +79,0 @@ } else { |
@@ -20,3 +20,2 @@ module.exports = Utils = { | ||
} else { | ||
console.log("browser detection successfully.") | ||
return true; | ||
@@ -23,0 +22,0 @@ } |
{ | ||
"name": "@byted/qrcode-generator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A tool for generating qrcode. Support to render canvas, display image, download image file and execute callback, upload image file and execute callback, add customized picture to the center of the qrcode and etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9164
184