@eva/plugin-renderer-lottie 2.0.1-beta.4 → 2.0.1-beta.5

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.
@@ -11794,7 +11794,8 @@ class AnimationGroup extends Eventer {
11794
11794
  },
11795
11795
  };
11796
11796
  session.fontManager.addChars(data.chars);
11797
- session.fontManager.addFonts(data.fonts, document.body);
11797
+ // @TODO
11798
+ // session.fontManager.addFonts(data.fonts, document.body);
11798
11799
 
11799
11800
  this._buildElements(session);
11800
11801