parallax / jsPDF

Client-side JavaScript PDF generation for everyone.
https://parall.ax/products/jspdf
MIT License
29.29k stars 4.68k forks source link

Implement blur effect for images while they load #3785

Open sp9324 opened 3 weeks ago

sp9324 commented 3 weeks ago

Issue: https://github.com/user-attachments/assets/44685d1c-53ba-4275-8716-86cc3b0c9904 (Images on 'Insights' pages load very slowly on first visit. Only blank rectangles are visible before a load.)

Solution: Implement blur effect, so that a low resolution versio of the images load before the full image does. This will enhance user experience.

xeen0 commented 3 weeks ago

Is anyone working on this? I would like work on this.

sp9324 commented 3 weeks ago

Is anyone working on this? I would like work on this.

Yes, I will start work on this as soon as it is assigned to me. Just waiting for confirmation from the author so as to avoid any unnecessary premature PRs. Thanks.