UNPKG

viplayer

Version:

A video playback component adapted to Vue3

13 lines (12 loc) 321 B
export interface IGlobalScss { fontColor: string; playerWidth: string; playerHeight: string; controlBarHeight: string; playButtonSize: string; progressBarHeight: string; timeDisplayColor: string; progressBarHeighthover: string; } export const variables: IGlobalScss; export default variables;