UNPKG

@atmtfy/video-background

Version:

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

6 lines (5 loc) 145 B
export default class Logger { level: DebugLevelShape; constructor(level?: DebugLevelShape); log(msg: any, always?: boolean): void; }