UNPKG

@minofrk/xelto-diagram-canvas

Version:

An implementation of <xelto-diagram> in TypeScript.

5 lines (4 loc) 240 B
import { LeftTopAlignedArea, Point, CenterAlignedArea } from '../../types'; export default function getPhysicalValues(virtualArea: LeftTopAlignedArea, canvasSize: Point): LeftTopAlignedArea & CenterAlignedArea & { lineWidth: number; };