@lottiefiles/dotlottie-react
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -14,4 +14,4 @@ import { Config, DotLottie } from '@lottiefiles/dotlottie-web'; | ||
}; | ||
declare const DotLottieReact: ({ autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, mode, playOnHover, renderConfig, segment, speed, src, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element; | ||
declare const DotLottieReact: ({ autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element; | ||
export { DotLottieReact, type DotLottieReactProps }; |
{ | ||
"name": "@lottiefiles/dotlottie-react", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "React wrapper around the dotlottie-web library", |
@@ -89,2 +89,3 @@ # @lottiefiles/dotlottie-react | ||
| `autoResizeCanvas` | boolean | | true | Determines if the canvas should resize automatically to its container | | | ||
| `marker` | string | | undefined | The Lottie named marker to play. | | | ||
@@ -91,0 +92,0 @@ #### RenderConfig |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94196
1951
249