epubjs-reader
epubjs-reader copied to clipboard
Epub.js Reader
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.