Package Exports
- image-extensions
- image-extensions/image-extensions.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (image-extensions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
image-extensions 
A list of extensions used to represent images.
Containing both bitmap and vector formats. The list is just a JSON file so can be used wherever.
Install
$ npm install --save image-extensions
var imageExtensions = require('image-extensions');
console.log(imageExtensions);
//=> ['ase', 'art', 'bpm', ...]
Related
is-image
- Check if a filepath is an imagebinary-extensions
- List of binary file extensionstext-extensions
- List of text extensions
License
MIT © Arthur Verschaeve