image-extensions icon indicating copy to clipboard operation
image-extensions copied to clipboard

List of image extensions

image-extensions Build Status

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
const imageExtensions = require('image-extensions');

console.log(imageExtensions);
//=> ['ase', 'art', 'bmp', ...]

Related

License

MIT © Arthur Verschaeve