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