UNPKG

@aidenlx/player

Version:

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

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