Doğa
Results
2
comments of
Doğa
If you move the servers into your pocket.
here's my solution for getting range of the displayed page: ``` const url = "/assets/alice.epub"; const book = ePub(url); const { start, end } = renditionRef.current.location; if (start && end)...