vue-image-compressor
vue-image-compressor copied to clipboard
the file type of compressd obj missing
suggestion: add the options to new File()
buildFile (blob, name, options) {
return new File([blob], name, options)
}