1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-02 14:49:16 +02:00

Add location and percentage to DIsplayedLocation

This commit is contained in:
Rafael Saback 2021-12-29 11:39:25 +01:00 committed by GitHub
parent 5c610143bf
commit 2c29a61537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,8 @@ export interface DisplayedLocation {
index: number, index: number,
href: string, href: string,
cfi: string, cfi: string,
location: number,
percentage: number,
displayed: { displayed: {
page: number, page: number,
total: number total: number