Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
beforeMount() {
global.ePub = Epub;
this.book = new Epub(this.epubURL);
const { theme = this.theme, fontSize = this.fontSize } =
Lockr.get(EPUB_RENDERER_SETTINGS_KEY) || {};
this.theme = theme;
this.fontSize = fontSize;
},
mounted() {