hi, anyone familiar with the LottieLoader.js in three.js?
I’m getting the error “Uncaught ReferenceError: bodymovin is not defined”.
only reference of it is in LottieLoader.js line 28
const animation = bodymovin.loadAnimation( {
I know bodymovin is an after effects exporter, but there is also the new lottieFiles exporter plugin.
i’m using example lottie files from lottieFiles.com
Creative Folder - Lottiefiles
how do i do this without bodymovin??
or what do i need to load to have bodymovin work?
Thanks