const rendition = book.renderTo(area, { ignoreClass: "annotator-hl", width: "100%", height: "100%", }); this is book rendition, after book ready can we update swipe functionality dynamically?
const rendition = book.renderTo(area, {
ignoreClass: "annotator-hl",
width: "100%",
height: "100%",
});
this is book rendition, after book ready can we update swipe functionality dynamically?