UNPKG

epubjs

Version:

Render ePub documents in the browser, across many devices

9 lines (5 loc) 191 B
EPUBJS.Hooks.register("beforeChapterDisplay").wgxpath = function(callback, renderer){ wgxpath.install(renderer.render.window); if(callback) callback(); }; wgxpath.install(window);