image-exporter 1.2.2 → 1.2.3

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.
package/dist/index.js CHANGED
@@ -14747,7 +14747,7 @@ async function capture(elements, userConfig = defaultConfig) {
14747
14747
  images.push(image);
14748
14748
  }
14749
14749
  }
14750
- if (userConfig.downloadImages)
14750
+ if (config.downloadImages)
14751
14751
  await downloadImages(images, config);
14752
14752
  if (userConfig.corsProxyBaseUrl)
14753
14753
  await corsProxy.cleanUp();
@@ -14770,4 +14770,4 @@ export {
14770
14770
  capture
14771
14771
  };
14772
14772
 
14773
- //# debugId=156298500FD95FA864756E2164756E21
14773
+ //# debugId=E32711E77869213064756E2164756E21