@eva/plugin-renderer-lottie 2.0.1-beta.4 → 2.0.1-beta.6
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.
|
@@ -11786,7 +11786,8 @@ class AnimationGroup extends Eventer {
|
|
|
11786
11786
|
},
|
|
11787
11787
|
};
|
|
11788
11788
|
session.fontManager.addChars(data.chars);
|
|
11789
|
-
|
|
11789
|
+
// @TODO
|
|
11790
|
+
// session.fontManager.addFonts(data.fonts, document.body);
|
|
11790
11791
|
|
|
11791
11792
|
this._buildElements(session);
|
|
11792
11793
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eva/plugin-renderer-lottie",
|
|
3
|
-
"version": "2.0.1-beta.
|
|
3
|
+
"version": "2.0.1-beta.6",
|
|
4
4
|
"description": "@eva/plugin-renderer-lottie",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/plugin-renderer-lottie.esm.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"homepage": "https://eva.js.org",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@eva/eva.js": "2.0.1-beta.
|
|
22
|
-
"@eva/plugin-renderer": "2.0.1-beta.
|
|
21
|
+
"@eva/eva.js": "2.0.1-beta.6",
|
|
22
|
+
"@eva/plugin-renderer": "2.0.1-beta.6",
|
|
23
23
|
"ios-version": "^1.0.1",
|
|
24
24
|
"pixi.js": "^8.8.1"
|
|
25
25
|
}
|