New to Lottie here. I am implementing a lottie in a react app.
Lottie seems very interesting, but it seems there are at least 2 main options for displaying lotties on the web.
I’ve found the following:
Lottie-web: GitHub - airbnb/lottie-web: Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/.
JS implementation?
Just a comment but the documentation could probably be improved as it seems bodymovin is mixed in with lottie everywhere? What was the intention of this?
Lottie Player: GitHub - LottieFiles/lottie-player: Lottie viewer/player as an easy to use web component! https://lottiefiles.com/web-player
Seems like a little bit simpler of an api, many stars on github. LottieFiles site seems to recommend this approach?
So what are the differences here and is one prefered over the other?
Thanks