react-lottie
react-lottie copied to clipboard
Load JSON remotely
Hi, is it possible to load the animation data remotely?
for example
<Lottie
options = {{
animationData: "https://someurl.com/animationData.json",
loop: true,
autoplay: true,
}}
width = "1293px"
height = "300px"
/>
available in @crello/[email protected]
See #93