nf-photo-collage
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -89,3 +89,4 @@ "use strict"; | ||
const canvasWidth = options.width * options.imageWidth + (options.width - 1) * (options.spacing); | ||
const canvasHeight = headerHeight + options.height * options.imageHeight + (options.height - 1) * (options.spacing) + (options.textStyle.height || 200); | ||
const canvasHeight = headerHeight + options.height * options.imageHeight + (options.height - 1) * (options.spacing); | ||
console.log("Created canvas" + " - W:" + canvasWidth + " H:" + canvasHeight) | ||
const canvas = createCanvas(canvasWidth, canvasHeight); | ||
@@ -92,0 +93,0 @@ |
{ | ||
"name": "nf-photo-collage", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"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
12539
193