Files
v10/dist/dev/background-video.js
T

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 };