@tindtechnologies/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
16 lines (15 loc) • 439 B
TypeScript
interface ISettings {
navigatorEnabled?: boolean;
pagingEnabled?: boolean;
leftPanelOpen?: boolean;
rightPanelOpen?: boolean;
preserveViewport?: boolean;
clickToZoomEnabled?: boolean;
reducedAnimation?: boolean;
truncateThumbnailLabels?: boolean;
contrastPercent?: number;
brightnessPercent?: number;
saturationPercent?: number;
rememberSettings?: boolean;
animationDuration?: number;
}