jspdf-utils 0.4.1 → 0.4.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.
@@ -5638,7 +5638,7 @@ async function ur(t, A, e) {
5638
5638
  if (B.width <= 0 || B.height <= 0) continue;
5639
5639
  const i = hr(o);
5640
5640
  i && (s[n] = await fr(
5641
- o instanceof HTMLElement ? o.cloneNode(!0) : i,
5641
+ i,
5642
5642
  B.width,
5643
5643
  B.height,
5644
5644
  e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jspdf-utils",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Utility helpers for jsPDF's doc.html() renderer with automatic page breaking, table splitting, and RTL support",
5
5
  "type": "module",
6
6
  "main": "dist/html-to-pdf.js",