summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/video-extensions/readme.md
blob: f2c2b55e27ea951d38f0996c3cdfa4e387968281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# video-extensions [![Build Status](https://travis-ci.org/sindresorhus/video-extensions.svg?branch=master)](https://travis-ci.org/sindresorhus/video-extensions)

> List of [video file](http://en.wikipedia.org/wiki/Video_file_format) extensions

*The list is just a [JSON file](video-extensions.json) and can be used wherever.*


## Install

```
$ npm install --save video-extensions
```


## Usage

```js
var videoExtensions = require('video-extensions');

console.log(videoExtensions);
//=> [..., 'webm', 'wmv']
```


## Related

- [is-video](https://github.com/sindresorhus/is-video) - Check if a filepath is a video file


## License

MIT © [Sindre Sorhus](http://sindresorhus.com)