Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 590 Bytes

Web FB2 Reader

This is a project to be able to read FB2 files using web browser only, including ones inside zip archives.

Ideally, it should work completely offline.

Reader is partially based on XSL derived from fb2any tool by gribuser.

Project uses idb-keyval, and unzipit - both included in the project, located in /js/thirdparty directory.

Development notes

Uses Jest and Playwright, so it needs Node v18 or higher.