# image-extensions

> Collection of image extensions

Latest version **1.1.0** (published 2015-05-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install image-extensions
pnpm add image-extensions
yarn add image-extensions
bun add image-extensions
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2015-05-19 |
| First published | 2015-02-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 68 |
| Author | Arthur Verschaeve |
| Maintainers | arthurvr |
| Keywords | extensions, pictures, images, photo, file formats, array, json, list |

## Links

- npm: https://www.npmjs.com/package/image-extensions
- Repository: https://github.com/arthurvr/image-extensions
- Homepage: https://github.com/arthurvr/image-extensions#readme
- Issues: https://github.com/arthurvr/image-extensions/issues
- npm.io page: https://npm.io/package/image-extensions

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.1.0 (latest) — 2015-05-19
- 1.0.1 — 2015-02-17
- 1.0.0 — 2015-02-17

## README

# image-extensions [![Build Status](https://travis-ci.org/arthurvr/image-extensions.svg?branch=master)](https://travis-ci.org/arthurvr/image-extensions)

> 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
```

```js
var imageExtensions = require('image-extensions');

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

## Related

- [`is-image`](https://github.com/sindresorhus/is-image) - Check if a filepath is an image
- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions
- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text extensions

## License

MIT © [Arthur Verschaeve](https://github.com/arthurvr)

---
_Source: https://npm.io/package/image-extensions · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
