Comparing version 0.0.4 to 0.0.5
@@ -51,2 +51,8 @@ | ||
module.exports.getParser = function () { | ||
return converter.getParser(); | ||
} | ||
module.exports.has = function has (id) | ||
@@ -53,0 +59,0 @@ { |
{ | ||
"name": "epub-cache", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Creates web-friendly caches of browser-friendly content from Epub files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
epub-cache | ||
=========== | ||
# What It Does | ||
What It Does | ||
------------ | ||
Makes web-friendly caches of Epub file content available to browsers | ||
Makes web-friendly caches of Epub file content available to browsers. | ||
Installing | ||
----------- | ||
npm install epub-cache | ||
Usage | ||
-------- | ||
See the test directory for a sample of how to use this module. The [epub2web](https://github.com/Vaporbook/epub2web) module also uses this as a base. | ||
1067613
161
23