Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

image-extensions

arthurvr302.7kMIT1.1.0

Collection of image extensions

extensions, pictures, images, photo, file formats, array, json, list

readme

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', ...]

License

MIT © Arthur Verschaeve