Skip to content

Commit 36ea2cc

Browse files
committedMar 27, 2024
Added NPM Module and Lotte Player Installed !
1 parent be951de commit 36ea2cc

File tree

1,399 files changed

+470778
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,399 files changed

+470778
-2
lines changed
 

‎index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
})(window,document,'script','dataLayer','GTM-KQHHW54T');</script>
1010
<!-- End Google Tag Manager -->
1111

12-
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
12+
<!-- <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script> -->
1313

1414
<meta charset="UTF-8">
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -1407,7 +1407,9 @@ <h1 class="name-contact">CONTACT US</h1>
14071407
</div>
14081408

14091409
<!-- <script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script><dotlottie-player src="https://lottie.host/8c0938aa-5e57-4498-8f7b-6d6eb713972c/eXsV4UNukX.json" background="transparent" speed="1" style="width: 200px; height: 200px" direction="1" playMode="bounce" loop autoplay></dotlottie-player> -->
1410-
<dotlottie-player src="lotte.json" background="transparent" speed="1" style="width: 200px; height: 200px" direction="1" playMode="bounce" loop autoplay></dotlottie-player>
1410+
<script src="node_modules/@lottiefiles/lottie-player/dist/lottie-player.js"></script>
1411+
<lottie-player src="path/to/your-animation.json" background="transparent" speed="1" style="width: 200px; height: 200px" loop autoplay></lottie-player>
1412+
<!-- <dotlottie-player src="lotte.json" background="transparent" speed="1" style="width: 200px; height: 200px" direction="1" playMode="bounce" loop autoplay></dotlottie-player> -->
14111413
</div>
14121414

14131415
<div class="right-pane">

‎node_modules/.package-lock.json

+85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)