fix: revert preset provider (#631)

This commit is contained in:
Wesley Luyten
2026-02-26 17:12:37 -06:00
committed by GitHub
parent 0666d526b1
commit 5f1cafaa25
4 changed files with 6 additions and 22 deletions
@@ -1,9 +1,2 @@
import { createPlayer, features } from '../..';
const { Provider: BackgroundVideoProvider } = createPlayer({
features: features.background,
});
export { BackgroundVideoProvider };
export { BackgroundVideo, type BackgroundVideoProps } from '@/media/background-video';
export * from './skin';