<h3 align="center">
  <a href="https://www.zakodium.com">
    <img src="https://www.zakodium.com/brand/zakodium-logo-white.svg" width="50" alt="Zakodium logo" />
  </a>
  <p>
    Maintained by <a href="https://www.zakodium.com">Zakodium</a>
  </p>
</h3>

# fast-jpeg

[![NPM version](https://img.shields.io/npm/v/fast-jpeg.svg)](https://www.npmjs.com/package/fast-jpeg)
[![npm download](https://img.shields.io/npm/dm/fast-jpeg.svg)](https://www.npmjs.com/package/fast-jpeg)
[![test coverage](https://img.shields.io/codecov/c/github/image-js/fast-jpeg.svg)](https://codecov.io/gh/image-js/fast-jpeg)
[![license](https://img.shields.io/npm/l/fast-jpeg.svg)](https://github.com/image-js/fast-jpeg/blob/main/LICENSE)

JPEG image decoder written entirely in JavaScript.

## Installation

```
npm install fast-jpeg
```

## API

Currently, this library is not able to decode the image data.  
It can only read EXIF information.

### [Complete API documentation](https://image-js.github.io/fast-jpeg/)

### `jpeg.decode(data)`

## License

[MIT](./LICENSE)
