nf-photo-collage
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -78,2 +78,4 @@ "use strict"; | ||
if(hasBackgroundImage) maxImages++; | ||
console.log(sources) | ||
@@ -87,5 +89,5 @@ return Promise | ||
img.src = photoBuffer; | ||
console.log(i) | ||
// draw background image if present | ||
if (hasBackgroundImage && i == 0) { | ||
if (hasBackgroundImage && i == 1) { | ||
ctx.drawImage(img, 0, 0, canvasWidth, canvasHeight) | ||
@@ -92,0 +94,0 @@ } else { |
{ | ||
"name": "nf-photo-collage", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
10244
148