@lottiefiles/dotlottie-vue 0.11.21 → 0.11.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @lottiefiles/dotlottie-vue
|
|
2
2
|
|
|
3
|
+
> [!TIP]
|
|
4
|
+
> Looking for animations to use with this player? Browse **[100,000+ free Lottie animations](https://lottiefiles.com/free-animations?utm_source=npm&utm_medium=readme)** and grab any of them as `.lottie` or `.json`, or create your own with [Lottie Creator](https://lottiefiles.com/lottie-creator?utm_source=npm&utm_medium=readme).
|
|
5
|
+
|
|
6
|
+
|
|
3
7
|

|
|
4
8
|

|
|
5
9
|

|
|
@@ -26,13 +30,13 @@
|
|
|
26
30
|
|
|
27
31
|
## Introduction
|
|
28
32
|
|
|
29
|
-
A Vue library for rendering [lottie](https://lottiefiles.github.io/lottie-docs/) and [dotLottie](https://dotlottie
|
|
33
|
+
A Vue library for rendering [lottie](https://lottiefiles.github.io/lottie-docs/) and [dotLottie](https://lottiefiles.com/dotlottie) animations in the browser.
|
|
30
34
|
|
|
31
35
|
### What is dotLottie?
|
|
32
36
|
|
|
33
37
|
dotLottie is an open-source file format that aggregates one or more Lottie files and their associated resources into a single file. They are ZIP archives compressed with the Deflate compression method and carry the file extension of ".lottie".
|
|
34
38
|
|
|
35
|
-
[Learn more about dotLottie](https://
|
|
39
|
+
[Learn more about dotLottie](https://lottiefiles.com/dotlottie).
|
|
36
40
|
|
|
37
41
|
## Installation
|
|
38
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lottiefiles/dotlottie-vue",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue wrapper around the dotlottie-web library",
|
|
6
6
|
"repository": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "git+https://github.com/LottieFiles/dotlottie-web.git",
|
|
9
9
|
"directory": "packages/vue"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://
|
|
11
|
+
"homepage": "https://docs.lottiefiles.com/en/runtimes/distributions/vue?utm_source=npm&utm_medium=package",
|
|
12
12
|
"bugs": "https://github.com/LottieFiles/dotlottie-web/issues",
|
|
13
13
|
"author": "LottieFiles",
|
|
14
14
|
"contributors": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"vue": "^3.3.4"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@lottiefiles/dotlottie-web": "0.78.
|
|
42
|
+
"@lottiefiles/dotlottie-web": "0.78.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vue/runtime-dom": "^3.4.6",
|