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 { MuteButtonElement } from "../ui/mute-button/MuteButtonElement"; safelyDefineCustomElement("vds-mute-button", MuteButtonElement);