Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "layzr.js", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A small, fast, modern, and dependency-free library for lazy loading.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://callmecavs.github.io/layzr.js/", |
{ | ||
"name": "layzr.js", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A small, fast, modern, and dependency-free library for lazy loading.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://callmecavs.github.io/layzr.js/", |
@@ -23,2 +23,18 @@ # Layzr.js | ||
#### CDN | ||
The script is also available via CDN. | ||
In the examples below, replace `{version}` with your desired version. | ||
##### [cdnjs](https://cdnjs.com/libraries/layzr.js) | ||
```html | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/layzr.js/{version}/layzr.min.js"></script> | ||
``` | ||
##### [jsDelivr](http://www.jsdelivr.com/#!layzr.js) | ||
```html | ||
<script src="https://cdn.jsdelivr.net/layzr.js/{version}/layzr.min.js"></script> | ||
``` | ||
### Image Setup | ||
@@ -197,4 +213,4 @@ | ||
- [ ] Add to CDN? | ||
- [x] Add to CDN? | ||
[![Built With Love](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
215
15703
7