包详细信息

image-extensions

arthurvr357.7kMIT1.1.0

Collection of image extensions

extensions, pictures, images, photo

自述文件

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

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

Related

License

MIT © Arthur Verschaeve