book-fb2json

0.9.6 • Public • Published

book-fb2json

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-fb2json.git
cd book-fb2json
yarn install
yarn start

...and you have a running example

API

import { fb2json } from "./book-fb2json"
let bpath = 'test.fb2'

or

let bpath = 'test.fb2.zip'

async function start(bpath) {
  let {descr, docs, imgs} = await fb2json(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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.6
    1
    • latest

Version History

Package Sidebar

Install

npm i book-fb2json

Weekly Downloads

1

Version

0.9.6

License

MIT

Unpacked Size

37.6 MB

Total Files

29

Last publish

Collaborators

  • mbykov