0.1.4 • Published 9 months ago

@lemonnn/epub-parser v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Usage

import epub from '@lemon/epub-parser'

// the relative path with current workspace root path
const TEST_FILE = path.resolve("src/public/1.epub")

const fn = async () => {
    const book = await epub(TEST_FILE);
    const toc = book.getTOC()
    console.log(toc);
}

fn()
0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago