0.9.1 • Published 3 years ago

book-epub2json v0.9.1

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

book-epub2json

helper module for the diglossa.js: https://github.com/mbykov/diglossa.js.git

Quick start

Make sure you have Node.js installed, then type the following commands

git clone https://github.com/mbykov/book-epub2json.git
cd book-epub2json
yarn install
yarn start

...and you have a running example

API

import { epub2json } from "./book-epub2json"
let bpath = test.epub'

async function start(bpath) {
  let {descr, docs, imgs} = await epub2json(bpath)
  console.log('_descr:', descr)
  console.log('_docs:', docs.length)
  console.log('_imgs:', imgs.length)
}

Note: no errors, don't know why Github highlights some code in red

other helper modules for diglossa.js:

- books:
- https://github.com/mbykov/book-epub2json
- https://github.com/mbykov/book-fb2json
- https://github.com/mbykov/book-md2json
- https://github.com/mbykov/book-pdf2json
-
- dicts:
- https://github.com/mbykov/dict-sd2json
- dict-dsl2json