Merge pull request #7650 from dhavalveera/lottie

LottieFile Version Detection with JS Object
main
Elbert Alias 1 year ago committed by GitHub
commit 25af2334e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1683,6 +1683,9 @@
"description": "LottieFiles is an open-source animation file format that's tiny, high quality, interactive, and can be manipulated at runtime.",
"dom": "lottie-player, div[data-animation-type='lottie'], div[data-testid='lottie-player'], clipPath[id*='__lottie_element_']",
"icon": "LottieFiles.svg",
"js": {
"lottie.version": "^(.+)$\\;version:\\1"
},
"oss": true,
"scriptSrc": [
"/dist/lottie-player\\.js",

Loading…
Cancel
Save