UNPKG

@acdh-oeaw/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

8 lines (7 loc) 166 B
export interface YouTubeData { autoPlay?: boolean; currentTime?: number; muted?: boolean; duration?: [number, number]; youTubeVideoId?: string; }