Skip to content

Commit 7a5a579

Browse files
committed
docs: added further information and structure
1 parent d9d55bd commit 7a5a579

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Fast and lightweight vanilla JavaScript polyfill for native lazy loading, meanin
3030
- Web standards: supports the standard `loading="lazy"` attribute on `img` and `iframe` elements
3131
- Performance: it's based on highly efficient, best practice code.
3232
- SEO & crawlers: the image and iframe contents aren't being hidden from crawlers that aren't capable of scrolling.
33+
- Supporting HTML generating JavaScript frameworks through a method provided to reinit its functionality
3334

3435
## Core concepts
3536

@@ -47,7 +48,9 @@ You may optionally load via NPM or Bower:
4748
$ npm install loading-attribute-polyfill
4849
$ bower install loading-attribute-polyfill
4950

50-
You could even load the polyfill asynchronously: <https://output.jsbin.com/codelib/1>
51+
You could load the polyfill asynchronously as well: <https://output.jsbin.com/codelib/1>
52+
53+
## Integration
5154

5255
Include one of the provided JavaScript files depending on your setup plus the CSS file:
5356

0 commit comments

Comments
 (0)