Skip to content
On this page

Type alias: FitBounds ​

Ƭ FitBounds: (bounds: Rect, options?: FitBoundsOptions) => void

Type declaration ​

â–¸ (bounds, options?): void

fit the viewport around bounds

Parameters ​
NameType
boundsRect
options?FitBoundsOptions
Returns ​

void

Released under the MIT License.