projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.45k stars 1.16k forks source link

Centering nodes in canvas #966

Closed M4jx closed 1 year ago

M4jx commented 1 year ago

Is there a way to center nodes in the canvas? Couldn't find anything related to this in the documentation.

M4jx commented 1 year ago

Well, one could use a hook for window height/width in react to calculate the position of the node and call setPosition. Works well!