@netless/slide 0.1.35 → 0.1.40

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
@@ -324,7 +324,6 @@ export declare class Slide extends Slide_base {
324
324
  * 恢复播放状态
325
325
  */
326
326
  resume(): void;
327
- getPreviewImage(slideIndex: number): Promise<string | null>;
328
327
  /**
329
328
  * 进入冻结状态, 将 ppt 画面缓存为一张图片, 并释放 webgl 上下文
330
329
  */