@d0paminedriven/pdfdown-wasm32-wasi 0.2.0 → 0.4.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/package.json +1 -1
- package/pdfdown.wasi-browser.js +4 -1
- package/pdfdown.wasi.cjs +4 -1
- package/pdfdown.wasm32-wasi.wasm +0 -0
package/package.json
CHANGED
package/pdfdown.wasi-browser.js
CHANGED
|
@@ -56,7 +56,10 @@ const {
|
|
|
56
56
|
},
|
|
57
57
|
})
|
|
58
58
|
export default __napiModule.exports
|
|
59
|
+
export const PdfDown = __napiModule.exports.PdfDown
|
|
59
60
|
export const extractImagesPerPage = __napiModule.exports.extractImagesPerPage
|
|
61
|
+
export const extractImagesPerPageAsync = __napiModule.exports.extractImagesPerPageAsync
|
|
60
62
|
export const extractTextPerPage = __napiModule.exports.extractTextPerPage
|
|
63
|
+
export const extractTextPerPageAsync = __napiModule.exports.extractTextPerPageAsync
|
|
61
64
|
export const pdfMetadata = __napiModule.exports.pdfMetadata
|
|
62
|
-
export const
|
|
65
|
+
export const pdfMetadataAsync = __napiModule.exports.pdfMetadataAsync
|
package/pdfdown.wasi.cjs
CHANGED
|
@@ -108,7 +108,10 @@ const { instance: __napiInstance, module: __wasiModule, napiModule: __napiModule
|
|
|
108
108
|
},
|
|
109
109
|
})
|
|
110
110
|
module.exports = __napiModule.exports
|
|
111
|
+
module.exports.PdfDown = __napiModule.exports.PdfDown
|
|
111
112
|
module.exports.extractImagesPerPage = __napiModule.exports.extractImagesPerPage
|
|
113
|
+
module.exports.extractImagesPerPageAsync = __napiModule.exports.extractImagesPerPageAsync
|
|
112
114
|
module.exports.extractTextPerPage = __napiModule.exports.extractTextPerPage
|
|
115
|
+
module.exports.extractTextPerPageAsync = __napiModule.exports.extractTextPerPageAsync
|
|
113
116
|
module.exports.pdfMetadata = __napiModule.exports.pdfMetadata
|
|
114
|
-
module.exports.
|
|
117
|
+
module.exports.pdfMetadataAsync = __napiModule.exports.pdfMetadataAsync
|
package/pdfdown.wasm32-wasi.wasm
CHANGED
|
Binary file
|