@colijnit/product 256.1.10 → 256.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,8 +31,8 @@
31
31
  function Version() {
32
32
  this.name = "@colijnit/product";
33
33
  this.description = "Product detail page project for iOne";
34
- this.symVer = "256.1.10";
35
- this.publishDate = "27-5-2025 10:01:40";
34
+ this.symVer = "256.1.11";
35
+ this.publishDate = "16-6-2025 09:03:05";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -2050,6 +2050,7 @@
2050
2050
  var resizeCanvas = document.createElement('canvas');
2051
2051
  var resizeCanvasContext = resizeCanvas.getContext('2d');
2052
2052
  var resizeImage = document.createElement('img');
2053
+ resizeImage.crossOrigin = 'anonymous';
2053
2054
  resizeImage.onload = function () { return __awaiter(_this, void 0, void 0, function () {
2054
2055
  var originalWidth, originalHeight, aspectRatio, newWidth, newHeight, imageWidth, resizedSource;
2055
2056
  return __generator(this, function (_a) {