Donaldcwl / browser-image-compression

Image compression in web browser
MIT License
1.3k stars 160 forks source link

Possibility to waive external API calls (jsdelivr) #188

Open Thomashh2k opened 1 year ago

Thomashh2k commented 1 year ago

Hi, firstly i want to say thank you for this npm package. it really helped me for a project that i am working on. I realized that there is a external GET call on jsdelivr.net. Is there a possibility to get rid of it? This could be useful when there is not a stable internet connection

Sorry for my bad English its been a long time ago when i was writing and speaking in English.

mikolajchmielecki commented 8 months ago

Hi, until version 2.0.0 there is no external GET call on jsdelivr.net. From version 2.1.0 this request is sent. Preventing sending this request is useful when application is running on PC connected to vpn and haven't access to jsdelivr.net

liesauer commented 7 months ago

+1, in some countries, sometimes it's extremely slooooooooow when connecting to jsdelivr.net