brunobar79 / J-I-C

J I C is a Javascript Image Compressor using HTML5 Canvas & File API that allows you to compress your jpeg & png images before uploading to the server (100% client-side and no extra libraries required!)
http://makeitsolutions.com/labs/jic/
MIT License
857 stars 196 forks source link

Is this project still alive? #59

Open ErickPetru opened 4 years ago

ErickPetru commented 4 years ago

This project is one of the best ideas for bandwidth saving of all time... IMHO, for sure. But it's 4 years since last release and many issues open without feedback. Is there still any interest in keeping it active by the owners?

zacharytyhacz commented 3 years ago

I'm wondering this too

asoutheastasiandessert commented 3 years ago

Yes me too

zacharytyhacz commented 3 years ago

Yes me too

i guess not, its been a few months lol.

as an alternative, I am using the popular sharp package for image stuff

xcellenceit commented 3 years ago

Any other alternative that you have tried?

ErickPetru commented 3 years ago

@xcellenceit I just found fengyuanchen/compressorjs, seems really promising.