Baltazar Gomez
Baltazar Gomez
I personally don't read manga so I didn't really have it in mind when I started this project. I understand now that different mediums will require specific features / enhancements...
The react-compound-slider includes features we don't use or need so it will be a good idea just to create our own slider component and remove the package from dependencies.
Villain 2.0 introduces new changes as well a full restructure of the project. Lots of documentation needs to change and be update.
Villain v2 will let you create your own controls / UI. But there isn't much flexibility to customize the default controls. I'm not sure if this is really relevant but...
How can I fix this error ? ```JS // @if TARGET='web' const finalSource = useStream(stream); // @endif // @if TARGET='app' const finalSource = useFileStream(file); // @endif ``` ``` error Parsing...
We should separate the website code from the reader. Maybe isolate the reader in it's own component?
Implement Hot-keys / Shortcuts
Add support for comic book smart panels view. https://github.com/zoran123456/Comic-Smart-Panels ### CPD file
Metadata
Extract and read `metadata` from the archives. ### Metadata for Graphic Novels and Comic Books: https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=3168&context=libphilprac ### ACBF http://acbf.wikia.com/wiki/Advanced_Comic_Book_Format_Wiki > Advanced Comic Book Format (ACBF) specification is a distribution and...