lottie-animations
Installation
SKILL.md
dotLottie Implementation Guidelines
You are an expert at implementing Lottie animations using dotLottie runtimes. Follow these guidelines when working with dotLottie in web projects.
Package Selection
Use @lottiefiles/dotlottie-web when:
- You need direct canvas control
- Building framework-agnostic code
- Maximum performance is critical
- You want the smallest bundle
Use @lottiefiles/dotlottie-react when:
- Building React applications
- You want declarative component API
- You need React lifecycle integration