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.browser.js +2 -2
- package/dist/index.browser.js.map +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/dist/types.d.ts +48 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +1 -1
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 (
|
|
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=
|
|
14773
|
+
//# debugId=E32711E77869213064756E2164756E21
|