epubjs-reader icon indicating copy to clipboard operation
epubjs-reader copied to clipboard

Epub.js Reader

Results 63 epubjs-reader issues
Sort by recently updated
recently updated
newest added

I set a custom style through this code: ```js rendition.themes.default({ 'html': { 'background-color': '#$backgroundColor', 'color': '#$textColor', }, 'body': { 'padding-top': '${style.topMargin}px !important', 'padding-bottom': '${style.bottomMargin}px !important', 'line-height': '${style.lineHeight} !important', 'letter-spacing': '${style.letterSpacing}px...

* Fixes broken links * Updates links to HTTPS protocol * Demo image link has been left on HTTP to avoid breaking

My project uses [email protected] version, and I found that after downloading the epubjs plug-in, it cannot be packaged.