2.0.0 • Published 1 year ago

video-extensions v2.0.0

Weekly downloads
25,867
License
MIT
Repository
github
Last release
1 year ago

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

import videoExtensions from 'video-extensions';

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

Related

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