Releases: fengyuanchen/compressorjs
Releases · fengyuanchen/compressorjs
v1.0.1
- Simplify the state of canvas for the
beforeDraw
option. - Ignore range error when the image does not have correct Exif information.
v1.0.0
- Supports 15 options:
beforeDraw
,checkOrientation
,convertSize
,drew
,error
,height
,maxHeight
,maxWidth
,mimeType
,minHeight
,minWidth
,quality
,strict
,success
andwidth
. - Support 1 method:
abort
. - Support to compress images of
File
orBlob
object. - Supports to translate Exif Orientation information.