mirror of
https://github.com/zoriya/v10.git
synced 2026-08-14 18:04:49 +00:00
Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com> Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
13 lines
303 B
TypeScript
13 lines
303 B
TypeScript
/**
|
|
* Stream Processing Framework (SPF) for Video.js 10
|
|
*
|
|
* Bundle size target: < 20KB (minified + gzipped)
|
|
* Primary use case: CMAF HLS playback with Video.js v10
|
|
*
|
|
* @packageDocumentation
|
|
*/
|
|
|
|
// Public API exports will be added here as features are implemented
|
|
|
|
export const VERSION = '0.1.0';
|