@embedpdf/pdfium 2.12.0 → 2.13.0
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/index.browser.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.browser.js
CHANGED
|
@@ -9042,7 +9042,7 @@ const functions = {
|
|
|
9042
9042
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
9043
9043
|
};
|
|
9044
9044
|
|
|
9045
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.
|
|
9045
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.13.0/dist/pdfium.wasm';
|
|
9046
9046
|
async function createWrappedModule(pdfium) {
|
|
9047
9047
|
const module = {
|
|
9048
9048
|
pdfium,
|
package/dist/index.cjs
CHANGED
|
@@ -6844,7 +6844,7 @@ const functions = {
|
|
|
6844
6844
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
6845
6845
|
};
|
|
6846
6846
|
|
|
6847
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.
|
|
6847
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.13.0/dist/pdfium.wasm';
|
|
6848
6848
|
async function createWrappedModule(pdfium) {
|
|
6849
6849
|
const module = {
|
|
6850
6850
|
pdfium,
|
package/dist/index.js
CHANGED
|
@@ -9157,7 +9157,7 @@ const functions = {
|
|
|
9157
9157
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
9158
9158
|
};
|
|
9159
9159
|
|
|
9160
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.
|
|
9160
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.13.0/dist/pdfium.wasm';
|
|
9161
9161
|
async function createWrappedModule(pdfium) {
|
|
9162
9162
|
const module = {
|
|
9163
9163
|
pdfium,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/pdfium",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "PDFium WebAssembly for the web platform. This package provides a powerful JavaScript interface to PDFium, enabling high-quality PDF rendering and manipulation directly in web applications.",
|
|
6
6
|
"type": "module",
|