@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.esm.js
CHANGED
@@ -9458,7 +9458,7 @@ class Screenshot {
|
|
9458
9458
|
canvas = await html2canvas(document.body, {
|
9459
9459
|
// foreignObjectRendering: true,
|
9460
9460
|
useCORS: true,
|
9461
|
-
allowTaint:
|
9461
|
+
allowTaint: false,
|
9462
9462
|
logging: true,
|
9463
9463
|
width: window.innerWidth,
|
9464
9464
|
height: window.innerHeight,
|