@readium/shared
Version:
Shared models to be used across other Readium projects and implementations in Typescript
11 lines (10 loc) • 380 B
TypeScript
/**
* Registered profiles.
* https://readium.org/webpub-manifest/profiles/
*/
export declare enum Profile {
EPUB = "https://readium.org/webpub-manifest/profiles/epub",
AUDIOBOOK = "https://readium.org/webpub-manifest/profiles/audiobook",
DIVINA = "https://readium.org/webpub-manifest/profiles/divina",
PDF = "https://readium.org/webpub-manifest/profiles/pdf"
}