An open API service indexing awesome lists of open source software.

https://github.com/image-js/fast-jpeg

JPEG image decoder written entirely in JavaScript
https://github.com/image-js/fast-jpeg

Last synced: about 1 year ago
JSON representation

JPEG image decoder written entirely in JavaScript

Awesome Lists containing this project

README

          

# fast-jpeg

JPEG image decoder written entirely in JavaScript.


Zakodium logo


Maintained by Zakodium

[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]

## Installation

```
$ npm install fast-jpeg
```

## API

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

### jpeg.decode(data)

## License

[MIT](./LICENSE)

[npm-image]: https://img.shields.io/npm/v/fast-jpeg.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/fast-jpeg
[download-image]: https://img.shields.io/npm/dm/fast-jpeg.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/fast-jpeg