UNPKG

@7sage/vidstack

Version:

UI component library for building high-quality, accessible video and audio experiences on the web.

8 lines (6 loc) 193 B
const SET_AUTO = Symbol("SET_AUTO_QUALITY" ), ENABLE_AUTO = Symbol("ENABLE_AUTO_QUALITY" ); const QualitySymbol = { setAuto: SET_AUTO, enableAuto: ENABLE_AUTO }; export { QualitySymbol };