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.

7 lines (6 loc) 227 B
import React from "react"; import { VideoPlayerProps } from "./types/VideoPlayerTypes"; import "../index.css"; import "./styles/subtitles.css"; declare const VideoPlayer: React.FC<VideoPlayerProps>; export default VideoPlayer;