twitch-player
Version:
A Typescript wrapper for the Twitch embeddable, interactive media player.
10 lines (9 loc) • 480 B
TypeScript
export * from './lib/everything/video/TwitchPlayerEvent';
export * from './lib/everything/video/TwitchPlayerOptions';
export * from './lib/everything/video/TwitchPlayer';
export * from './lib/everything/model/PlaybackStatistics';
export * from './lib/everything/model/Quality';
export * from './lib/everything/TwitchEmbedTheme';
export * from './lib/everything/TwitchEmbedLayout';
export * from './lib/everything/TwitchEmbedOptions';
export * from './lib/everything/TwitchEmbed';