cqsmart-qrcode
Advanced tools
Comparing version 0.0.3 to 0.0.5
@@ -124,2 +124,4 @@ 'use strict' | ||
ctx.drawImage(image, dx, dy, dwidth, dheight); | ||
ctx.lineWidth = 1; | ||
ctx.strokeStyle = '#108ee9'; | ||
ctx.strokeRect(dx,dy,dwidth,dheight) | ||
@@ -126,0 +128,0 @@ } |
{ | ||
"name": "cqsmart-qrcode", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "React component to generate QRCode with logo", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
20570
125