fabricjs-viewport
fabricjs-viewport copied to clipboard
Back to center
Hi
Is there any way to "re-center" the viewport after panning? I would like a button or something that moves the viewport back into the center
Hi, i didn't try it, but it seems like setting
viewport.position = new fabric.Point(0, 0);
... should do the trick