daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
10.11k stars 617 forks source link

Ability to Snap Only Center of Objects #511

Closed onurbozkurt closed 2 years ago

onurbozkurt commented 3 years ago

Environments

Description

There is an option for snap to enable/disable center snap via 'snapCenter'. It would be nice to only enable snap center with an option like 'snapEdges'.

Thanks.

daybrush commented 3 years ago

@onurbozkurt

moveable's new version is released.

new Moveable(..., {
     snapDirections: { center: true, middle: true },
     elementSnapDirections: { top: true, bottom: true, right: true, left: true },
});