wibbitz-lottie-web
Advanced tools
Comparing version
{ | ||
"name": "wibbitz-lottie-web", | ||
"version": "5.6.1-5", | ||
"version": "5.6.1-6", | ||
"description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "./build/player/lottie.js", |
@@ -284,3 +284,3 @@ function TextProperty(elem, data){ | ||
if (currentChar === ' '){ | ||
val = '\u00A0'; | ||
val = ' '; | ||
} else if (charCode === 13 || charCode === 3) { | ||
@@ -287,0 +287,0 @@ uncollapsedSpaces = 0; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
29499393
0