@aarsteinmedia/dotlottie-player 4.0.3 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -257,7 +257,7 @@ declare class DotLottiePlayer extends EnhancedElement {
257
257
  stop(): void;
258
258
  destroy(): void;
259
259
  seek(value: number | string): void;
260
- snapshot(): string | undefined;
260
+ snapshot(shouldDownload?: boolean): string | null;
261
261
  setSubframe(value: boolean): void;
262
262
  setCount(value: number): void;
263
263
  protected _freeze(): void;