This adapter lets you embed Lottie and dotLottie animations in HyperFrames by registering player instances on window.__hfLottie so the runtime can seek them frame by frame. You load lottie-web or @lottiefiles/dotlottie-web with autoplay and loop off, point to local JSON or .lottie files, and push each animation into the registry array. HyperFrames then controls playback through goToAndStop or the dotLottie frame API. It's built for After Effects exports that already work in the browser, like logo reveals or UI motion, not for fixing broken effect support or handling remote assets at render time. Test your exported files in a plain HTML page first.
npx skills add https://github.com/heygen-com/hyperframes --skill lottie