We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcd279 commit de5932eCopy full SHA for de5932e
examples/jsm/libs/lottie_canvas.module.js
@@ -1,3 +1,7 @@
1
+const lottie = {};
2
+
3
+if (typeof document !== 'undefined') {
4
5
const svgNS = 'http://www.w3.org/2000/svg';
6
7
let locationHref = '';
@@ -4547,7 +4551,6 @@ const Matrix = (function () {
4547
4551
};
4548
4552
}());
4549
4553
4550
-const lottie = {};
4554
var standalone = '__[STANDALONE]__';
4555
var animationData = '__[ANIMATIONDATA]__';
4556
var renderer = '';
@@ -14841,4 +14844,6 @@ setExpressionsPlugin(Expressions);
14841
14844
initialize$1();
14842
14845
initialize();
14843
14846
14847
+}
14848
14849
export { lottie as default };
0 commit comments