JayPanoz / epub-zip

epub packager for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epub-zip

epub packager for Node.js.

Install

With npm do:

npm install epub-zip

Usage

var fs = require("fs");
var epubZip = require("epub-zip");

var content = epubZip("./src");
fs.writeFileSync("./dist/myAwesomeBook.epub", content);

License

MIT License

About

epub packager for Node.js


Languages

Language:JavaScript 100.0%