@netless/slide 0.7.4 → 0.7.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/lib/Slide.d.ts CHANGED
@@ -480,6 +480,7 @@ export declare class Slide extends Slide_base {
480
480
  * @param isForward 是否向前翻页, 影响切页动画时正放还是倒放
481
481
  */
482
482
  doRenderSlide(index: number, isForward?: boolean): Promise<void>;
483
+ getSnapshot(): string | null;
483
484
  /**
484
485
  * 执行下一个主序列动画
485
486
  */