UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

9 lines (8 loc) 179 B
/** * Indicates the current view type which determines how the media will be presented. */ export enum ViewType { Unknown = 'unknown', Audio = 'audio', Video = 'video', }