feat(spf): export ./live-hls + sandbox live-engine harness

Add the ./live-hls subpath export (build entry + package export) and a
LiveHlsEngineSignals type. Add a bare sandbox template (live-hls-engine) that
wires createLiveHlsEngine to a raw <video> — no player/skin — and logs playback
state, for end-to-end live-playback verification.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2026-06-25 09:59:21 -07:00
co-authored by Claude Opus 4.8
parent bbaeb52ed8
commit 4a58e85015
6 changed files with 111 additions and 2 deletions
+5
View File
@@ -33,6 +33,11 @@
"development": "./dist/dev/hls.js",
"default": "./dist/default/hls.js"
},
"./live-hls": {
"types": "./dist/dev/live-hls.d.ts",
"development": "./dist/dev/live-hls.js",
"default": "./dist/default/live-hls.js"
},
"./background-video": {
"types": "./dist/dev/background-video.d.ts",
"development": "./dist/dev/background-video.js",