List of video file extensions
npm install video-extensions> List of video file extensions
The list is just a JSON file and can be used anywhere.
``sh`
npm install video-extensions
`js
import videoExtensions from 'video-extensions';
console.log(videoExtensions);
//=> […, 'webm', 'wmv']
``
- is-video - Check if a filepath is a video file