ranui
Version:
A framework-agnostic Web Components UI library built on native custom elements, with TypeScript types, light/dark theming, SSR and PWA support.
8 lines (7 loc) • 343 B
TypeScript
import { type EngineAdapter } from './types';
/**
* HLS-shaped rendition switching — quality = a different manifest/variant
* URL, switched by reloading the `<video>` source (`loadSource()+startLoad()`,
* exactly today's `changeClarity` behavior, just moved one layer down).
*/
export declare function createHlsAdapter(): EngineAdapter;