rittenhop-ghost/versions/5.94.2/node_modules/video-extensions
2024-09-23 19:05:38 -04:00
..
license adding local files for running this....locally 2024-09-23 19:05:38 -04:00
package.json adding local files for running this....locally 2024-09-23 19:05:38 -04:00
readme.md adding local files for running this....locally 2024-09-23 19:05:38 -04:00
video-extensions.json adding local files for running this....locally 2024-09-23 19:05:38 -04:00

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']
  • is-video - Check if a filepath is a video file