Merge pull request #6252 from kevinfarrugia/lite-youtube-embed

Add lite-youtube-embed detection
main
Elbert Alias 3 years ago committed by GitHub
commit 1bcaf3ae1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1578,5 +1578,15 @@
},
"oss": true,
"website": "https://lit.dev"
},
"lite-youtube-embed": {
"cats": [
59
],
"description": "The lite-youtube-embed technique renders the YouTube video inside the IFRAME tag only when the play button in clicked thus improving the core web vitals score of your website.",
"dom": "lite-youtube",
"website": "https://github.com/paulirish/lite-youtube-embed",
"oss": true,
"implies": "YouTube"
}
}