@8btc/whiteboard 0.0.4 → 0.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
@@ -30,18 +30,6 @@ export declare class CanvasApi extends CanvasCore {
30
30
  x: number;
31
31
  y: number;
32
32
  }): void;
33
- /**
34
- * 在当前所有节点的左下角插入图片,并将其居中显示
35
- * 如果没有节点,插入到画布中心
36
- * @param imageUrl - 图片 URL
37
- * @param options - 配置选项
38
- * @param options.width - 图片宽度
39
- * @param options.height - 图片高度
40
- */
41
- insertImageAtBottomLeft(imageUrl: string, options?: {
42
- width?: number;
43
- height?: number;
44
- }): void;
45
33
  /**
46
34
  * 导出全部图形为图片
47
35
  * @param options - 导出配置