UNPKG

@tindtechnologies/universalviewer

Version:

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

7 lines (6 loc) 281 B
import { IExtension } from "../../modules/uv-shared-module/IExtension"; export interface IMediaElementExtension extends IExtension { getEmbedScript(embedTemplate: string, width: number, height: number): string; getPosterImageUri(): string | null; isVideo(): boolean; }