anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)
https://anvaka.github.io/panzoom/demo/attach-via-script.html
MIT License
1.79k stars 287 forks source link

Convenience Center Function #321

Open calebmcelroy opened 7 months ago

calebmcelroy commented 7 months ago

I added a function to the API, center(fit?: boolean), which will center the scene of DOM or SVG. I believe this addresses a common use case, allowing users to build UI buttons without worrying about moveTo or moveBy to center. center(true) will center and reset zoom.

calebmcelroy commented 7 months ago

This is a great package thanks so much your work on this!