-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for .cbr and .cbz files (comics) in the app viewer #1377
Comments
Thanks for opening this @LavRadis ! |
@LavRadis I'm currently working on one, it's open source and should be easy to integrate using an iframe or a If you have any features in mind just post it here. |
Related #932 |
@btzr-io I've tested it and it works great! |
@btzr-io Any plans to add that viewer for comics? |
@seanyesmunt currently is a web app, not sure if an |
If not we need to port it to a react component 😛 |
Ah I didn't realize that. Ok. Well this isn't a high priority, maybe someone will pick it up. |
Due to the complexity of this viewer I decided to create a separate modular component:
|
* Adjust theater mode and image pages
The Issue
We had a comic author in the Discord who is interested in publishing his work on LBRY. Comics are a huge market and a lot of them come in .cbz or .cbr format (rar or zip files with images) or PDF. It would be great if we could have an in-app comic file viewer. There should be many open source viewers available. Here is one: https://github.com/codedread/kthoom
The text was updated successfully, but these errors were encountered: