refactor(media)!: extract media package from core (#1879)

This commit is contained in:
rahim
2026-07-28 21:14:50 -07:00
committed by GitHub
parent fa54f75d38
commit 75dcc6675b
346 changed files with 1570 additions and 1072 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { parseMuxVideoURL } from '@videojs/core/dom/media/mux';
import { parseMuxVideoURL } from '@videojs/media/dom/mux';
import { SOURCES, type SourceId } from './sources';
export function getMuxAssetId(source: SourceId): string | undefined {