pdf-oxide-wasm 0.3.22 → 0.3.23
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.23",
|
|
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
|
@@ -133,8 +133,8 @@ export const disableLogging: () => void;
|
|
|
133
133
|
export const __wbg_wasmocrengine_free: (a: number, b: number) => void;
|
|
134
134
|
export const wasmpdfdocument_saveToBytes: (a: number, b: number) => void;
|
|
135
135
|
export const wasmocrconfig_new: () => number;
|
|
136
|
-
export const __wbg_wasmheader_free: (a: number, b: number) => void;
|
|
137
136
|
export const __wbg_wasmfooter_free: (a: number, b: number) => void;
|
|
137
|
+
export const __wbg_wasmheader_free: (a: number, b: number) => void;
|
|
138
138
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
139
139
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
140
140
|
export const __wbindgen_export3: (a: number) => void;
|