@uxbertlabs/reportly 1.0.9 → 1.0.10
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/reportly.cjs.js +1 -1
- package/dist/reportly.cjs.js.map +1 -1
- package/dist/reportly.esm.js +1 -1
- package/dist/reportly.esm.js.map +1 -1
- package/dist/reportly.js +1 -1
- package/dist/reportly.js.map +1 -1
- package/dist/reportly.min.js +1 -1
- package/package.json +1 -1
package/dist/reportly.cjs.js
CHANGED
@@ -9460,7 +9460,7 @@ class Screenshot {
|
|
9460
9460
|
canvas = await html2canvas(document.body, {
|
9461
9461
|
// foreignObjectRendering: true,
|
9462
9462
|
useCORS: true,
|
9463
|
-
allowTaint:
|
9463
|
+
allowTaint: false,
|
9464
9464
|
logging: true,
|
9465
9465
|
width: window.innerWidth,
|
9466
9466
|
height: window.innerHeight,
|