html2canvas-pro 1.6.1 → 1.6.2
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/html2canvas-pro.esm.js +2 -2
- package/dist/html2canvas-pro.esm.js.map +1 -1
- package/dist/html2canvas-pro.js +10 -6
- package/dist/html2canvas-pro.js.map +1 -1
- package/dist/html2canvas-pro.min.js +4 -4
- package/dist/lib/index.js +2 -0
- package/dist/lib/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +15 -7
- package/.eslintrc.old +0 -27
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* html2canvas-pro 1.6.
|
|
2
|
+
* html2canvas-pro 1.6.2 <https://yorickshan.github.io/html2canvas-pro/>
|
|
3
3
|
* Copyright (c) 2024-present yorickshan and html2canvas-pro contributors
|
|
4
4
|
* Released under MIT License
|
|
5
5
|
*/
|
|
@@ -8458,5 +8458,5 @@ const parseBackgroundColor = (context, element, backgroundColorOverride) => {
|
|
|
8458
8458
|
: defaultBackgroundColor;
|
|
8459
8459
|
};
|
|
8460
8460
|
|
|
8461
|
-
export { html2canvas as default };
|
|
8461
|
+
export { html2canvas as default, html2canvas };
|
|
8462
8462
|
//# sourceMappingURL=html2canvas-pro.esm.js.map
|