epub-wasm 0.1.2 → 0.1.4
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/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,8 @@ A WebAssembly module for parsing EPUB files into structured JSON format. This pa
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- **Fast EPUB parsing**: Leverages Rust's performance
|
|
7
|
+
- **Fast EPUB parsing**: Leverages Rust's performance for efficient parsing (parse times typically range from ~20 ms to ~60 ms)
|
|
8
|
+
|
|
8
9
|
- **Browser-ready**: Works directly in web browsers and modern JavaScript environments
|
|
9
10
|
- **Structured output**: Converts EPUB content into clean JSON with chapters, headings, and paragraphs
|
|
10
11
|
- **Zero dependencies**: Self-contained WebAssembly module
|
package/package.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"Mikiyas <0xmik@proton.me>"
|
|
6
6
|
],
|
|
7
7
|
"description": "EPUB utilities compiled to WebAssembly",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.4",
|
|
9
9
|
"license": "MIT/Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/0xmiki/
|
|
12
|
+
"url": "https://github.com/0xmiki/epub_wasm"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"epub_wasm.js",
|