@lottiefiles/lottie-player 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/dist/lottie-player.esm.js +2 -2
- package/dist/lottie-player.esm.js.map +1 -1
- package/dist/lottie-player.js +2 -2
- package/dist/lottie-player.js.map +1 -1
- package/dist/tgs-player.esm.js +2 -2
- package/dist/tgs-player.esm.js.map +1 -1
- package/dist/tgs-player.js +2 -2
- package/dist/tgs-player.js.map +1 -1
- package/dist/versions.d.ts +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
@@ -24,7 +24,7 @@ For full documentation, visit [docs.lottiefiles.com/lottie-player](https://docs.
|
|
24
24
|
- Import from CDN.
|
25
25
|
|
26
26
|
```html
|
27
|
-
<script src="https://unpkg.com/@lottiefiles/lottie-player@
|
27
|
+
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
28
28
|
```
|
29
29
|
|
30
30
|
- Import from local node_modules directory.
|
@@ -38,7 +38,7 @@ For full documentation, visit [docs.lottiefiles.com/lottie-player](https://docs.
|
|
38
38
|
- Import from CDN.
|
39
39
|
|
40
40
|
```html
|
41
|
-
<script src="https://unpkg.com/@lottiefiles/lottie-player@
|
41
|
+
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/tgs-player.js"></script>
|
42
42
|
```
|
43
43
|
|
44
44
|
- Import from local node_modules directory.
|