0.1.3 • Published 7 months ago
epubhub v0.1.3
This project is a work in progress. It is not ready for use yet. It is a fork of the epub-modify project that appears to be no longer maintained Saved epubs from epub-modiy were not valid to epubcheck due to compression of the mimetype file. In fixing that, I realised there is more functionality I wanted to add in support of various epub related projects, hence my forking this. I am submitting this now just to see if I have a handle on how to create and publish an npm package. More to come... David (djm@boulderwall.com)
📖 epubhub
Easy to read and edit .epub files.
Install
npm install epubhub
Usage
import { parseEpub } from 'epubhub'
console.log(await parseEpub(epubBinary))