# react-native-camelot-video-editor

## Getting started

`$ npm install react-native-camelot-video-editor --save`

### Mostly automatic installation

`$ react-native link react-native-camelot-video-editor`

## Usage
```javascript
import CamelotVideoEditor from 'react-native-camelot-video-editor';

// TODO: What to do with the module?
CamelotVideoEditor;
```
