Hi,
Is there any way to draw elementGuidelines from the source / target elements. I have attached desired behaviour below.

@adityakrshnn
Maybe it will be released like this.
tell me if it's awkward.

Looks good. You can try to put in specific classes to make them customizable to the user's needs.
@adityakrshnn
Thank you :). Maybe className is moveable-dashed.
I will release tomorrow.
.moveable-line{
position: absolute;
width: 1px;
height: 1px;
background: #4af;
transform-origin: 0px 0.5px;
}
.moveable-line.moveable-dashed{
box-sizing: border-box;
background: transparent;
}
.moveable-line.moveable-dashed.moveable-horizontal{
border-top: 1px dashed #4af;
}
.moveable-line.moveable-dashed.moveable-vertical{
border-left: 1px dashed #4af;
}
@adityakrshnn
Moveable is updated. Check it again.
moveable 0.13.0react-moveable 0.16.1preact-moveable 0.15.0ngx-moveable 0.9.0svelte-movable 0.4.0