1.1.1 • Published 6 months ago

@mylinkpi/image-extensions v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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