Results 6 comments of vite

Hi, I am considering `InlineView` as an alternative. I found some issues with `IframeView` that have to do with blocking the text scaling function (ctrlkey + wheel event). If the...

Hi I have created two branches for testing `InlineView`. I solved the problem with generating `epubcfi`. Perhaps this is not the best implementation option. However, it works. Inline styles are...

@noe key changes for correct evaluation of `epubcfi`: 1. Retrieving the root element from the `content` property ( [mapping.js#L40](https://github.com/intity/epub.js/blob/inlineview/src/mapping.js#L40) ) 2. Definition the parent element, relative to the `#viewer` container...

This is a very good idea, and very much in demand for novice developers. I think it would be good to define a standard directory as the base infrastructure of...

Unfortunately I don't have much time to develop epubjs-reader. Initially, my goal was to create a simple [chrome browser extension](https://github.com/intity/epubreader-chrome) to upload books in epub format by URL or from...

Hi, I'm trying to migrate to **JSDOM** to test **epub.js** library. I encountered a similar problem: `iframe.onload` event refuses to work. It's hard for me to assess what exactly is...