Detalhes do pacote

fast-jpeg

image-js103.7kMIT3.0.0

JPEG image decoder written entirely in JavaScript

readme (leia-me)

Zakodium logo

Maintained by Zakodium

fast-jpeg

NPM version npm download test coverage 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

jpeg.decode(data)

License

MIT

changelog (log de mudanças)

Changelog

3.0.0 (2025-06-16)

⚠ BREAKING CHANGES

  • migrate to ESM (#4)

Code Refactoring

2.0.1 (2024-04-11)

Bug Fixes

2.0.0 (2023-06-03)

⚠ BREAKING CHANGES

  • introduce typescript and tooling (#1)

Code Refactoring

  • introduce typescript and tooling (#1) (fc02085)