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