UNPKG

lightgallery

Version:

lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile

9 lines (8 loc) 173 B
export interface VideoSource { source: { src: string; type: string; }[]; tracks: HTMLTrackElement[]; attributes: HTMLVideoElement; }