@cjser/video-extensions
v2.0.0-cjser.2
Published
List of video file extensions
Downloads
22
Maintainers
Readme
video-extensions
List of video file extensions
The list is just a JSON file and can be used anywhere.
Install
npm install video-extensionsUsage
import videoExtensions from 'video-extensions';
console.log(videoExtensions);
//=> […, 'webm', 'wmv']Related
- is-video - Check if a filepath is a video file
cjser
This package is a CommonJS-compatible build generated by cjser for projects that still need require() support. The source version matches the original npm package version, with a cjser prerelease suffix for this generated build.
Original repository: https://github.com/sindresorhus/video-extensions
