vue-image-compressor icon indicating copy to clipboard operation
vue-image-compressor copied to clipboard

the file type of compressd obj missing

Open doornot opened this issue 7 years ago • 0 comments

type

suggestion: add the options to new File()

buildFile (blob, name, options) {
  return new File([blob], name, options)
}

pls have a check. Thx!

doornot avatar Feb 27 '18 06:02 doornot