book-md2json
v0.9.55
Published
helper module for the **diglossa.js**: https://github.com/mbykov/diglossa.js.git
Downloads
2
Readme
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-md2json.git
cd book-md2json
yarn install
yarn start
...and you have a running example
API
import { md2json } from "./book-md2json"
let bpath = test.epub'
async function start(bpath) {
let {descr, docs, imgs} = await md2json(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