epub-wasm 0.1.3 → 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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
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 compiled to WebAssembly
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,7 +5,7 @@
5
5
  "Mikiyas <0xmik@proton.me>"
6
6
  ],
7
7
  "description": "EPUB utilities compiled to WebAssembly",
8
- "version": "0.1.3",
8
+ "version": "0.1.4",
9
9
  "license": "MIT/Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",