Compressorjs Versions Save

JavaScript image compressor.

v1.2.1

1 year ago
  • Fix incompatible syntax in the bundled files (#170).

v1.2.0

1 year ago
  • Add a new option: retainExif (#159).

v1.1.1

2 years ago
  • Fix loading error in Node.js (#137).

v1.1.0

2 years ago
  • Add 2 new options: convertTypes (#123) and resize (#130).
  • Ignore the strict option when the maxWidth/Height option is set and its value is less than the natural width/height of the image (#134). .

v1.0.7

3 years ago
  • Update the builtin dependencies for better adaptability.

v1.0.6

4 years ago
  • Fix the The operation is insecure error (#57).

v1.0.5

4 years ago
  • Fix wrong generated URL when the given image's orientation is 1 (#64).

v1.0.4

5 years ago
  • Regenerate the initial URL only when the orientation was reset for better performance (#63).

v1.0.3

5 years ago
  • Convert TypedArray to Array manually instead of using Babel helpers for better browser compatibility (#60).

v1.0.0

5 years ago
  • Supports 15 options: beforeDraw, checkOrientation, convertSize, drew, error, height, maxHeight, maxWidth, mimeType, minHeight, minWidth, quality, strict, success and width.
  • Support 1 method: abort.
  • Support to compress images of File or Blob object.
  • Supports to translate Exif Orientation information.