@misha98857/react-native-k4l-video-trimmer
v0.2.10
Published
Whatsapp like trimmer for react native android
Downloads
1
Readme
@misha98857/react-native-k4l-video-trimmer
Whatsapp like trimmer for react native android. Uses https://github.com/a914-gowtham/android-video-trimmer internally. Thanks to https://github.com/a914-gowtham for creating this awesome android package:
Installation
npm install @misha98857/react-native-k4l-video-trimmer
Usage
import { navigateToTrimmer } from "@misha98857/react-native-k4l-video-trimmer";
// ...
navigateToTrimmer(this.state.video.uri, this.state.duration).then(trimmedUrl => {
if (trimmedUrl == null) {
return;
}
this.props.onTrim(trimmedUrl);
}).catch(error => console.log('trimmed url error', error))
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT