- Update the builtin dependencies for better adaptability.
- Fix the
The operation is insecureerror (#57).
- Fix wrong generated URL when the given image's orientation is 1 (#64).
- Regenerate the initial URL only when the orientation was reset for better performance (#63).
- Convert
TypedArraytoArraymanually instead of using Babel helpers for better browser compatibility (#60).
- Upgrade
is-blobto v2. - Move
examplesfolder todocsfolder.
- Simplify the state of canvas for the
beforeDrawoption. - Ignore range error when the image does not have correct Exif information.
- Supports 15 options:
beforeDraw,checkOrientation,convertSize,drew,error,height,maxHeight,maxWidth,mimeType,minHeight,minWidth,quality,strict,successandwidth. - Support 1 method:
abort. - Support to compress images of
FileorBlobobject. - Supports to translate Exif Orientation information.