LazyImageLoader (with Skeleton)

Primitive #39

🔍 Problem it solves

Images below the fold should load lazily, and while loading, a skeleton placeholder (shimmer) improves perceived performance.

✅ Solution

lazyLoadImage with loadingClass option. The class is added immediately and removed after the image loads.

🎮 Interactive demo