From 1d1b5ed82b3bfd395ff732332a7c3fd0b5846ec3 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Tue, 18 Oct 2022 19:39:47 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1674f3d..ce87dda 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# foliate-js \ No newline at end of file +# foliate-js + +Library for rendering e-books in the browser. + +Features: +- Supports EPUB, MOBI, KF8, FB2, CBZ +- Pure JavaScript +- Small and modular +- No dependencies +- Does not depend on or include any library for unzipping; bring your own Zip library +- Does not require loading whole file into memory +- Does not care about older browsers +- No documentation :( +- No tests :( +- No continuous scrolling mode :(