video-extensions

1.2.0 • Public • Published

video-extensions

List of video file extensions

The list is just a JSON file and can be used anywhere.

Install

$ npm install video-extensions

Usage

const videoExtensions = require('video-extensions');

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

Related

  • is-video - Check if a filepath is a video file

Package Sidebar

Install

npm i video-extensions

Weekly Downloads

45,409

Version

1.2.0

License

MIT

Unpacked Size

2.56 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus