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,5 +1,13 @@
import type { AudioPlayerStore, PlayerStore, PlayerTarget, VideoPlayerStore } from '@videojs/core/dom';
import { audioFeatures, definePlayerFeature, features, videoFeatures } from '@videojs/core/dom';
import {
type AudioPlayerStore,
audioFeatures,
definePlayerFeature,
features,
type PlayerStore,
type PlayerTarget,
type VideoPlayerStore,
videoFeatures,
} from '@videojs/core/dom';
import type { Slice } from '@videojs/store';
import { assertType, describe, it } from 'vitest';