rcv-full-screen
v0.0.5
Published
React component, that protects your videos from being downloaded.
Downloads
6
Maintainers
Readme
react-canvas-video
this is a fork of react-canvas-video, with modernized syntax and functionality (and more dependencies):
- A full screen button and facilitated using react-reverse-portal.
- requestAnimationFrame is used instead of setTimeout.
- Class based components are migrated to hooks - more succinct handling of effects, including attaching and detaching of event listeners.
- Styling is moved from light mode to dark mode, and is written using styled-components for each component.