rittenhop-ghost/versions/5.94.2/node_modules/video-extensions/readme.md

25 lines
475 B
Markdown
Raw Normal View History

# video-extensions
> List of [video file](https://en.wikipedia.org/wiki/Video_file_format) extensions
*The list is just a [JSON file](video-extensions.json) and can be used anywhere.*
## Install
```
$ npm install video-extensions
```
## Usage
```js
const 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