JSPM

image-extensions

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 68661
  • Score
    100M100P100Q192974F
  • License MIT

Collection of image extensions

Package Exports

  • image-extensions
  • image-extensions/image-extensions.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (image-extensions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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