UNPKG

@atmtfy/video-background

Version:

Automatic background video from various sources (Youtube, MP4, vimeo) with autoplay across devices. No JS dependencies.

7 lines (6 loc) 210 B
declare const getVideoID: (srcs: SourcesShape | undefined) => string | false; declare function checkForAutoplay(): Promise<{ video: boolean; audio: boolean; }>; export { getVideoID, checkForAutoplay };