1.0.10 • Published 3 years ago

fb2html v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

Install

npm install fb2html --save

Example

const FB2HTML = require('fb2html');
const options = {
    hyphenate: true
}
const book = new FB2HTML(data);
const result = book.format();

Options

  • hyphenate (boolean) - using Hyphen plugin if language present in book

Methods

  • getTitle() (string)
  • getAuthors() (string)
  • getGenres() (string)
  • getAnnotation() (string)
  • getCover() (string) - url or base64 image
  • getBody() (string)
  • getLanguage() (string)
1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago