Skip to content

arthurvr/image-extensions

Repository files navigation

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