From 71688c9d801924ad6c9cd7ef7e70964a2fb6986f Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sat, 29 Apr 2023 07:47:32 +0530 Subject: [PATCH] LottieFile Version Detection with JS Object --- src/technologies/l.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/l.json b/src/technologies/l.json index 8d7fca224..486abd912 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1666,6 +1666,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",