Files
v10/packages/spf/src/index.ts
T
27a3993fb2 feat(spf): initial push of SPF (#784)
Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
2026-03-09 17:32:24 -07:00

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';