fengyuanchen / compressorjs

JavaScript image compressor.
https://fengyuanchen.github.io/compressorjs/
MIT License
5.23k stars 439 forks source link

Can we compress a base64 image (data url)? #165

Closed vishwatejn closed 1 year ago

vishwatejn commented 1 year ago

Hi, I am trying to use this package in Node js. Is there a way to directly compress/reduce size of base64 image without having to convert it into a blob?

fengyuanchen commented 1 year ago

This package is only available for the browser side.