@duckafire/lazy-loading-js 2.0.2-2 → 2.0.2-4
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.
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ tecnique to images, in order to optimize website pages.
|
|
|
25
25
|
Import the API in your HTML code:
|
|
26
26
|
|
|
27
27
|
``` html
|
|
28
|
-
<script src="https://cdn.jsdelivr.net/npm/@duckafire/lazy-loading-js@2.0.2-
|
|
28
|
+
<script src="https://cdn.jsdelivr.net/npm/@duckafire/lazy-loading-js@2.0.2-4/dist/LazyLoadingImage.min.js"></script>
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
[source]: https://github.com/duckafire/lazy-loading-js/tree/main/src/ "Lazy loading API source code"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duckafire/lazy-loading-js",
|
|
3
3
|
"author": "duckafire",
|
|
4
|
-
"version": "2.0.2-
|
|
4
|
+
"version": "2.0.2-4",
|
|
5
5
|
"license": "Zlib",
|
|
6
6
|
"description": "Simple lazy loading algorithm for websites front-end.",
|
|
7
7
|
"keywords": ["client", "html", "images", "web", "front-end", "optimization", "lazy", "loading", "lazy-loading"],
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"files": [
|
|
19
19
|
"LICENSE",
|
|
20
20
|
"README.md",
|
|
21
|
-
"
|
|
21
|
+
"dist",
|
|
22
22
|
"src"
|
|
23
23
|
],
|
|
24
24
|
"custom-fields": {
|
|
File without changes
|