three-stdlib 2.35.10 → 2.35.11
Sign up to get free protection for your applications and to get access to all the features.
- package/libs/lottie.cjs +1 -1
- package/libs/lottie.cjs.map +1 -1
- package/libs/lottie.js +1 -1
- package/libs/lottie.js.map +1 -1
- package/package.json +1 -1
package/libs/lottie.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
const lottie = /* @__PURE__ */ (() => {
|
2
|
-
if (typeof navigator === "undefined" || typeof document === "undefined")
|
2
|
+
if (typeof navigator === "undefined" || typeof document === "undefined" || typeof CanvasRenderingContext2D === "undefined")
|
3
3
|
return {};
|
4
4
|
const svgNS = "http://www.w3.org/2000/svg";
|
5
5
|
let locationHref = "";
|