book-md2json

0.9.55 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i book-md2json

Weekly Downloads

0

Version

0.9.55

License

MIT

Unpacked Size

4.23 MB

Total Files

30

Last publish

Collaborators

  • mbykov