包详细信息

video-extensions

sindresorhus272.4kMIT2.0.0

List of video file extensions

extensions, extension, file, json

自述文件

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