kindlegen

1.1.0 • Public • Published

kindlegen for Node.js

Build Status

Simple Node.js wrapper of the official kindlegen program

Supported

  • Node.js v4 or higher
  • Windows, Linux, OS X
  • Installing kindlegen into your PATH is not required. It will be automatically installed locally.

Install

$ npm install kindlegen

Usage

const kindlegen = require('kindlegen');
const fs = require('fs');
 
kindlegen(fs.readFileSync('foo.epub'), (error, mobi) => {
    // mobi is an instance of Buffer with the compiled mobi file
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    50
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    50
  • 1.0.1
    2
  • 1.0.0
    3

Package Sidebar

Install

npm i kindlegen

Weekly Downloads

5

Version

1.1.0

License

MIT

Last publish

Collaborators

  • hakatashi