video-extensions-web
v2.0.0
Published
List of video file extensions
Downloads
29
Maintainers
Readme
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