
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
react-html5-video-editor
Advanced tools
React / redux video element with a crop marker. Crop markers emit Redux actions when dragged.
Do not hesitate to post an issue to request a feature (seriously).
npm init
npm install react-html5-video-editor --save
ls node_modules/react-html5-video-editor/dist/bundle.js
<body>
<div id="root"></div>
<script type="text/javascript" src="js/bundle.js"></script>
</body>
import {RdxVideo, Overlay, Controls} from 'react-html5-video-editor'
ReactDOM.render(
<RdxVideo autoPlay loop muted poster="src/img/poster.png" store={store}>
<Overlay />
<Controls />
<source src="src/video/small.mp4" type="video/mp4" />
</RdxVideo>
,
document.getElementById('root')
);
RdxVideo.Props = {
autoPlay: false,
loop: false,
controls: true,
volume: 1.0,
preload: "auto",
cropEnabled: true;
}
Code released under GNU GPLv3
FAQs
React component for simple video effects online
We found that react-html5-video-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.