mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
4 lines
378 B
JavaScript
4 lines
378 B
JavaScript
import { createBackgroundVideoEngine } from "./playback/engines/background-video/engine.js";
|
|
import { BackgroundVideoMediaElement, BackgroundVideoMediaMixin, backgroundVideoMediaDefaultProps } from "./playback/engines/background-video/adapter.js";
|
|
export { BackgroundVideoMediaElement, BackgroundVideoMediaMixin, backgroundVideoMediaDefaultProps, createBackgroundVideoEngine };
|