0.2.10 • Published 2 years ago

@misha98857/react-native-k4l-video-trimmer v0.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago