UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

4 lines (3 loc) 172 B
import { safelyDefineCustomElement } from "@vidstack/foundation"; import { TimeElement } from "../ui/time/TimeElement"; safelyDefineCustomElement("vds-time", TimeElement);