Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsmith01/fb2-reader
Online/offilne FB2 reader for browsers
https://github.com/jsmith01/fb2-reader
fb2 library reader viewer web
Last synced: 24 days ago
JSON representation
Online/offilne FB2 reader for browsers
- Host: GitHub
- URL: https://github.com/jsmith01/fb2-reader
- Owner: JSmith01
- License: mit
- Created: 2021-11-14T17:30:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T22:19:15.000Z (11 months ago)
- Last Synced: 2023-12-29T23:24:49.808Z (11 months ago)
- Topics: fb2, library, reader, viewer, web
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/gribuser/fb2any)
tool by [gribuser](https://github.com/gribuser).Project uses [idb-keyval](https://github.com/jakearchibald/idb-keyval), and
[unzipit](https://github.com/greggman/unzipit) - both included in the project,
located in `/js/thirdparty` directory.## Development notes
Uses Jest and Playwright, so it needs Node v18 or higher.