video-extensions
TypeScript icon, indicating that this package has built-in type declarations

2.0.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

import videoExtensions from 'video-extensions';

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

Related

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i video-extensions

    Weekly Downloads

    85,873

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    3.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • sindresorhus