HTML5-Comic-Book-Reader
HTML5-Comic-Book-Reader copied to clipboard
A browser based comic book reader. Offers easy navigation and image enhancements.
How to insert a div block in this script? ` .content { margin: 0 auto; width: 900px; height: 900px; background-color: darkgreen; position: relative; } ` ` ` must be integrated...
Refactor code to be more modular and testable. Main new introductions are: - ES6 via babel - Modules via browserify - Much larger test suite
On the first and last page, only one of the "change page" buttons are drawn. However, the buttons are not re-drawn when you change from left-right to right-left mode, so...
Last one! ( for now, at least :-) ) I see you've got a branch for this already, but just wanted to put in a vote for this, as I...
I might be handy to have a progress indicator show the current page, or maybe a progress bar. Maybe something that would fade in an out on page turns, or...
This is sort of a pull request, I guess, but I haven't forked yet. In my ComicStreamer app where I'm using your reader code, I've added a callback for when...
I'd like to be able to specify keys for zooming in and out, similar to the way we can already specify page turns, etc.
How about another button on the top menu to display metadata about the comic? I image the API could be passing in an object with structured data like series, issue...
The library path is specified as `/lib/` at line 64 of `ComicBook.js`. However, if you have a compiled-only project (i.e. only the contents of `/comicbook/` are on your served path),...