pdf-oxide-wasm 0.3.24 → 0.3.28
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/pdf_oxide_bg.wasm +0 -0
- package/pdf_oxide_bg.wasm.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pdf-oxide-wasm",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.28",
|
|
4
4
|
"description": "Fast, zero-dependency PDF toolkit for Node.js, browsers, and edge runtimes — text extraction, markdown/HTML conversion, search, form filling, creation, and editing. Rust core compiled to WebAssembly.",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"repository": {
|
package/pdf_oxide_bg.wasm
CHANGED
|
Binary file
|
package/pdf_oxide_bg.wasm.d.ts
CHANGED
|
@@ -135,8 +135,8 @@ export const disableLogging: () => void;
|
|
|
135
135
|
export const __wbg_wasmocrengine_free: (a: number, b: number) => void;
|
|
136
136
|
export const wasmpdfdocument_saveToBytes: (a: number, b: number) => void;
|
|
137
137
|
export const wasmocrconfig_new: () => number;
|
|
138
|
-
export const __wbg_wasmfooter_free: (a: number, b: number) => void;
|
|
139
138
|
export const __wbg_wasmheader_free: (a: number, b: number) => void;
|
|
139
|
+
export const __wbg_wasmfooter_free: (a: number, b: number) => void;
|
|
140
140
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
141
141
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
142
142
|
export const __wbindgen_export3: (a: number) => void;
|