@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d0paminedriven/pdfdown-wasm32-wasi",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],
@@ -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 plus100 = __napiModule.exports.plus100
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.plus100 = __napiModule.exports.plus100
117
+ module.exports.pdfMetadataAsync = __napiModule.exports.pdfMetadataAsync
Binary file