0.1.0 • Published 6 months ago

react-native-video-trimming v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

0.1.0

6 months ago