Closed theman0123 closed 4 years ago
Just curious if there's a way to manipulate size/quality. Thanks!
this.imageCompress .compressFile(image, orientation, 75, 75) .then(result => {// logic here}
the 75, 75 (height and width?) refers to image quality where 100 is not compressed...
75, 75
Just curious if there's a way to manipulate size/quality. Thanks!