react-native-video-trimming
v0.1.0
Published
Component that enables devs to pick a video and manipulate video length according to start and end.
Downloads
1
Readme
react-native-video-trimmer
Component that enables devs to pick a video and manipulate video length according to start and end.
Installation
npm install react-native-video-trimmer
Usage
import { cropVideo } from 'react-native-video-trimmer';
// ...
const result = await cropVideo(source, destinationNew, start, end);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library