lazy-render-virtual-scroll 1.6.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  High-performance virtual scrolling library with intelligent scroll detection, adaptive buffering, and multi-framework support.
4
4
 
5
+ ![lazy card load](https://github.com/sannuk79/PROJECTS-AND-NPM-PACKAGES-/blob/main/cutcard.png)
6
+
7
+ ![lazy one million card](https://github.com/sannuk79/PROJECTS-AND-NPM-PACKAGES-/blob/main/onemillioncard.png)
8
+
5
9
  ## Installation
6
10
 
7
11
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazy-render-virtual-scroll",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "description": "A framework-agnostic virtual scrolling and lazy rendering solution",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",