@mhamz.01/easyflow-whiteboard 2.43.0 → 2.44.0

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.
@@ -55,7 +55,7 @@ export const useCanvasInit = ({ canvasRef, fabricCanvasRef, activeTool, suppress
55
55
  }
56
56
  else {
57
57
  // No saved data — show welcome content as before
58
- addWelcomeContent(canvas, "/images/easyflow-logo.png");
58
+ addWelcomeContent(canvas, "https://res.cloudinary.com/dqyjffc9q/image/upload/v1773420161/easyflow-logo_nbpfd7.png");
59
59
  pushHistory(JSON.stringify(canvas.toJSON()));
60
60
  }
61
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhamz.01/easyflow-whiteboard",
3
- "version": "2.43.0",
3
+ "version": "2.44.0",
4
4
  "description": "A feature-rich whiteboard component built with Fabric.js and React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",