UNPKG

@zezosoft/react-player

Version:

A lightweight and customizable video player by Zezosoft, built for seamless streaming with advanced controls, adaptive playback, and modern UI. Perfect for web and React applications.

11 lines (10 loc) 315 B
export interface SubtitleStyleConfig { fontSize?: string; backgroundColor?: string; textColor?: string; position?: "top" | "center" | "bottom"; borderRadius?: string; padding?: string; maxWidth?: string; } export declare const useSubtitleStyling: (config?: SubtitleStyleConfig) => void;