Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobinath-b/react-videoplayer-snapshot
https://github.com/gobinath-b/react-videoplayer-snapshot
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobinath-b/react-videoplayer-snapshot
- Owner: Gobinath-B
- License: mit
- Created: 2024-02-12T11:08:54.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-14T16:26:38.000Z (12 months ago)
- Last Synced: 2024-11-15T22:53:22.761Z (2 months ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Player Component
This React component allows you to display a video with basic controls and take snapshots of the video frames.
## Installation
To use this component in your React project, you can install it via npm or yarn:
```bash
npm install video-player-reactimport React from 'react';
import VideoPlayer from 'video-player-react';const App = () => {
return (
);
};export default App;
## Props
src: The URL or path to the video file to be played.
Snapshot
You can take a snapshot of the current frame of the video by clicking the "Take Snapshot" button.## License
This component is licensed under the MIT License. View LICENSE for more information.