Methods
View
moveTo
centers the viewbox on the specified coordinates example usage const x = 0; const y = 0; viewer2d moveto(x, y); parameters x x coordinate to center the viewbox on type required number yes y y coordinate to center the viewbox on type required number yes