Feature request: Support previewing Lottie JSON files
https://github.com/LottieFiles/lottie-react
I'd like to work on this one ! Basically, I have to add a new preview type for the lottieReact player component and require a src value in the json ? Thanks :)
@lechasseurVincent2112 yea exactly. We have a separate library here that powers the type inference. You can see here we already have the ability to "infer" object formats here. So you'll need to add a new Lottie format there first before pulling that in to JSON Hero. To make local development possible (without having to release a new version of the @jsonhero/json-infer-types package, you could use npm link
Ok super, thanks for the answer ! I'll take a look into it tonight :)