unhwp-wasm 0.4.0 → 0.5.1
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/unhwp_wasm.d.ts +1 -2
- package/unhwp_wasm.js +1 -2
- package/unhwp_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/unhwp_wasm.d.ts
CHANGED
|
@@ -24,8 +24,7 @@ export class ParseOptions {
|
|
|
24
24
|
export function parse(data: Uint8Array): HwpDocument;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
|
-
* Parse with options
|
|
28
|
-
* Note: full option integration requires parse_reader_with_options in unhwp core.
|
|
27
|
+
* Parse with options.
|
|
29
28
|
*/
|
|
30
29
|
export function parseWithOptions(data: Uint8Array, opts: ParseOptions): HwpDocument;
|
|
31
30
|
|
package/unhwp_wasm.js
CHANGED
|
@@ -219,8 +219,7 @@ export function parse(data) {
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
* Parse with options
|
|
223
|
-
* Note: full option integration requires parse_reader_with_options in unhwp core.
|
|
222
|
+
* Parse with options.
|
|
224
223
|
* @param {Uint8Array} data
|
|
225
224
|
* @param {ParseOptions} opts
|
|
226
225
|
* @returns {HwpDocument}
|
package/unhwp_wasm_bg.wasm
CHANGED
|
Binary file
|