@threedddplus/logoeditor 0.0.63 → 0.0.65

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.
@@ -4692,14 +4692,14 @@ var initCanvas = function initCanvas() {
4692
4692
  return Math.abs(scaledObjCenterX - canvasCenterX) < threshold;
4693
4693
  }
4694
4694
  var horizontalLine = new fabric.Line([0, canv.height / 2, canv.height, canv.height / 2], {
4695
- stroke: "red",
4695
+ stroke: 'red',
4696
4696
  scaleX: 11,
4697
4697
  visible: false,
4698
4698
  selectable: false,
4699
4699
  type: 'line'
4700
4700
  });
4701
4701
  var verticalLine = new fabric.Line([canv.width / 2, 0, canv.width / 2, canv.width], {
4702
- stroke: "red",
4702
+ stroke: 'red',
4703
4703
  visible: false,
4704
4704
  selectable: false,
4705
4705
  type: 'line'
@@ -4820,7 +4820,7 @@ var initCanvas = function initCanvas() {
4820
4820
  }
4821
4821
 
4822
4822
  var removeItem = function removeItem(value) {
4823
- //@ts-ignore
4823
+ //@ts-ignore
4824
4824
  var index = use3dddPlus.getState().storeAllObject.findIndex(function (obj) {
4825
4825
  return obj.id === value.id;
4826
4826
  });