UNPKG

@minofrk/xelto-diagram-canvas

Version:

An implementation of <xelto-diagram> in TypeScript.

4 lines (3 loc) 161 B
import { Point } from '../types'; export declare function getScales(destination: Point): Point; export declare function getMaxScale(destination: Point): number;