I came to this repo in order solve the exact problem that this tool offers, needed a placeholder image until a large lottie json loads. I found myself scratching on the head while trying to make it work by following the instructions.
I use lottie-web as my player in a react gatsby project.
And this is not clear to me on the implementation part:
"You can pass render settings for lottie-web (which does the actual rendering of the animation) as the second argument to renderSvg. See full list of available options."
I came to this repo in order solve the exact problem that this tool offers, needed a placeholder image until a large lottie json loads. I found myself scratching on the head while trying to make it work by following the instructions.
I use
lottie-web
as my player in a react gatsby project.And this is not clear to me on the implementation part: "You can pass render settings for lottie-web (which does the actual rendering of the animation) as the second argument to renderSvg. See full list of available options."
How an actual implementation should look like?