bookreader
bookreader copied to clipboard
The Internet Archive BookReader
In reference to #460 Ongoing through the code, just update events 'list' to include new field: pageChanged = 'pageChanged' then replace pageChanged to events.pageChanged for new reference and lastly event...
**Context** Problem: If search is running on page load, the request directly blocks the draw of BookReader, especially if it already has the manifest to draw. **Proposal & Constraints** Task:...
While running development server. using `npm run serve-dev` it generates a folder in root project directory named `BookReader` So whenever `git status` is executed in terminal while `serve-dev` is active...
# An Online Reading Experience for All ## GSoC 2021 Proposal - BookReader Accessibility and Mobile Improvements TLDR: Hello, my name is Andrea, a student at the University of California...
Hello, I am Kaiwalya Koparkar, I have never contributed before to the internet archive. But, I really want to get involved in such an amazing community. I would like to...
The tooltips are getting in the way somehow. And clicking the tooltip, because they're contained in the button, cause the audio button to be clicked. To reproduce: 1. Go to...
**Context** > Right now, in the read-aloud feature, the books are read in the language in which the book already is. However, the translation of the book text in other...
These functions have _very_ similar logic, and are largely duplicates of each other. DRY them up. ### Summary of Requirements - [ ] Create pre-refactor unit tests for `Mode2Up.flipLeftToRight` and...
resolves internetarchive/bookreader#580 Rotated the progress bar by 180 degrees for RTL books. 