@ninesstudios/whiteboard 0.1.7 → 0.1.9

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.
@@ -3459,6 +3459,7 @@ const Hr = sa({
3459
3459
  "hexagon",
3460
3460
  "octagon",
3461
3461
  "arrow",
3462
+ "image",
3462
3463
  "text"
3463
3464
  ]), Pa = /* @__PURE__ */ new Set([
3464
3465
  // shapes / pencil
@@ -3492,7 +3493,7 @@ const Hr = sa({
3492
3493
  }, Wn = (e) => {
3493
3494
  if (!e || typeof e != "object") return !1;
3494
3495
  const t = (r) => Object.prototype.hasOwnProperty.call(e, r);
3495
- return !!(t("text") || t("fontSize") || t("fontColor") || t("textColor") || t("strokeColor") || t("fillColor") || t("lineWidth") || t("x") || t("y") || t("width") || t("height") || t("centerX") || t("centerY") || t("radius") || t("size") || t("startX") || t("startY") || t("endX") || t("endY") || t("points"));
3496
+ return !!(t("text") || t("fontSize") || t("fontColor") || t("textColor") || t("strokeColor") || t("fillColor") || t("lineWidth") || t("x") || t("y") || t("width") || t("height") || t("centerX") || t("centerY") || t("radius") || t("size") || t("startX") || t("startY") || t("endX") || t("endY") || t("points") || t("src"));
3496
3497
  }, Ra = (e) => (t) => (r) => (n) => {
3497
3498
  var a;
3498
3499
  const i = r(n);
@@ -5404,7 +5405,7 @@ const ls = ({ onClose: e, onConfirm: t }) => {
5404
5405
  y: g - N / 2,
5405
5406
  width: k,
5406
5407
  height: N,
5407
- url: w
5408
+ src: w
5408
5409
  })
5409
5410
  );
5410
5411
  }, _.src = w;