npm.io
2.0.0 • Published 3 years ago

is-video

Licence
MIT
Version
2.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
32

is-video

Check if a file path is a video file

It just checks the extension.

Install

npm install is-video

Usage

import isVideo from 'is-video';

isVideo('src/unicorn.mp4');
//=> true

isVideo('src/unicorn.txt');
//=> false

Keywords