wibbitz-lottie-web
Advanced tools
Comparing version 5.6.1-2 to 5.6.1-3
{ | ||
"name": "wibbitz-lottie-web", | ||
"version": "5.6.1-2", | ||
"version": "5.6.1-3", | ||
"description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "./build/player/lottie.js", |
@@ -250,9 +250,4 @@ var FontManager = (function(){ | ||
try { | ||
if (!lottie.__globalFontData[fontName]) lottie.__globalFontData[fontName] = { cache: [] }; | ||
} catch(e) { | ||
console.log(e); | ||
} | ||
if (!lottie.__globalFontData[fontName]) lottie.__globalFontData[fontName] = { cache: [] }; | ||
if(!fontData.cache[index + 1] && !lottie.__globalFontData[fontName].cache[index + 1]) { | ||
@@ -259,0 +254,0 @@ var tHelper = fontData.helper; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29500374
123303