@ngx-telly/player
Version:
Telly - Angular frame-accurate HTML player
6 lines (5 loc) • 539 B
TypeScript
import { EnvironmentProviders } from '@angular/core';
import { TellyPlugin, TellyPluginConfig, TellyMediaOptions } from '@ngx-telly/player/core';
export declare function pluginFactory(plugin: new (config: Partial<TellyPluginConfig>) => TellyPlugin, config: Partial<TellyPluginConfig>): TellyPlugin;
export declare function provideTellyPlayer(config?: Partial<TellyMediaOptions>): EnvironmentProviders;
export declare function provideTellyPlugin<T extends TellyPlugin>(plugin: T, config?: Partial<TellyPluginConfig>): EnvironmentProviders;