UNPKG

@gorpacrate/core-graphics

Version:

A core library for creating shape-based graphic editors

4 lines (3 loc) 184 B
import { IPoint } from '../declarations'; import { IEditorState } from '../editor-state/editor-state'; export declare function getViewportPosition(currentState: IEditorState): IPoint;