Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 406 Bytes

react-native-video-watermark

Getting started

`$ npm install https://github.com/sagark1510/react-native-video-watermark#1.0.2

Mostly automatic installation

$ react-native link react-native-video-watermark

Usage

import VideoWatermark from 'react-native-video-watermark';

VideoWatermark.convert(videoUri, imgUri, destinationUri => {
    // use converted video here.
});