@silurus/ooxml 0.78.0 → 0.78.1
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/README.md +1 -1
- package/dist/{canvas-viewer-mechanics-ChxLdOJg.js → canvas-viewer-mechanics-B4K_t5X_.js} +1 -1
- package/dist/{document-pull-client-xsdVDuVD.js → document-pull-client-5AakVD6e.js} +3137 -3016
- package/dist/{docx-CZC3j4s4.js → docx-bjhRwb2u.js} +4 -4
- package/dist/docx.mjs +3 -3
- package/dist/docx_parser_bg.wasm +0 -0
- package/dist/index.mjs +3 -3
- package/dist/{line-distribute-HuZyTARz.js → line-distribute-BVFW1-Hs.js} +1 -1
- package/dist/{line-metrics-z9AdgPaZ.js → line-metrics-DS0NS2Iq.js} +1720 -1686
- package/dist/node.mjs +7 -7
- package/dist/{pptx-c3UgGKIs.js → pptx-D1rCrHGR.js} +5 -5
- package/dist/pptx.mjs +4 -4
- package/dist/pptx_parser_bg.wasm +0 -0
- package/dist/{render-yhFUeiYl.js → render-DhlT5jxZ.js} +1 -1
- package/dist/render-worker-host-CtJo7hc9.js +27 -0
- package/dist/render-worker-host-D8vv-Asx.js +27 -0
- package/dist/render-worker-host-DAjG9nmw.js +27 -0
- package/dist/{resource-measurement-5g27Av6n.js → resource-measurement-BA-4Q-II.js} +1 -1
- package/dist/{session-BOuXp10X.js → session-C_HGxbRD.js} +2 -2
- package/dist/{slide-pull-client-DKckZrLx.js → slide-pull-client-BiC4sVGi.js} +641 -579
- package/dist/types/docx.d.ts +6 -2
- package/dist/types/index.d.ts +13 -4
- package/dist/types/node.d.ts +10 -1
- package/dist/types/pptx.d.ts +6 -2
- package/dist/types/xlsx.d.ts +11 -2
- package/dist/{worksheet-pull-client-CMDRPZ5E.js → worksheet-pull-client-BnvgeqfG.js} +2 -2
- package/dist/{xlsx-BAScjxlC.js → xlsx-BG_WYSc0.js} +484 -449
- package/dist/xlsx.mjs +4 -4
- package/dist/xlsx_parser_bg.wasm +0 -0
- package/package.json +1 -1
- package/dist/render-worker-host-BzxTAscX.js +0 -27
- package/dist/render-worker-host-CBjWHxMb.js +0 -27
- package/dist/render-worker-host-Ivhx3KII.js +0 -27
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ pnpm add @silurus/ooxml
|
|
|
79
79
|
> **Bundle size note**: the package is ESM-only (`.mjs`). npm's *Unpacked
|
|
80
80
|
> Size* sums every entry bundle **and** the standalone MathJax + STIX Two Math
|
|
81
81
|
> asset, so the reported figure is much larger than any single app build. For
|
|
82
|
-
> v0.78.
|
|
82
|
+
> v0.78.1, the complete npm package is approximately 12.0 MB unpacked (4.0 MB
|
|
83
83
|
> as the downloaded tarball), while a format-specific application graph is
|
|
84
84
|
> approximately:
|
|
85
85
|
>
|