@embedpdf/pdfium 1.5.0 → 2.0.0-next.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.browser.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8844,7 +8844,7 @@ const functions = {
|
|
|
8844
8844
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
8845
8845
|
};
|
|
8846
8846
|
|
|
8847
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@
|
|
8847
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.0/dist/pdfium.wasm';
|
|
8848
8848
|
async function createWrappedModule(pdfium) {
|
|
8849
8849
|
const module = {
|
|
8850
8850
|
pdfium,
|