Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modifiers/snap: add limits to snap grid function
interact.createSnapGrid({ x: 50, y: 50, limits: { left: 100, right: 400, top: Infinity, bottom: Infinity, } }); Close #208
- Loading branch information