mifi / react-lottie-player

Fully declarative React Lottie player
MIT License
494 stars 52 forks source link

Add RendererType as type argument to AnimationConfig #97

Closed thomasmarren closed 1 year ago

thomasmarren commented 1 year ago

This fixes a type error when trying to use either 'canvas' or 'html' as the value for the renderer prop

image