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

Update packaging.d.ts

This commit is contained in:
laterbuy 2023-03-03 10:41:06 +08:00 committed by GitHub
parent 3565e476c9
commit 00aeaa544b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@ export interface PackagingMetadataObject {
orientation: string,
flow: string,
viewport: string,
spread: string
spread: string,
direction: string,
}
export interface PackagingSpineItem {