Collection of image extensions
npm install 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.
```
$ npm install --save image-extensions
`js
var imageExtensions = require('image-extensions');
console.log(imageExtensions);
//=> ['ase', 'art', 'bpm', ...]
`
- is-image - Check if a filepath is an image
- binary-extensions - List of binary file extensions
- text-extensions` - List of text extensions
MIT © Arthur Verschaeve