UNPKG

@minofrk/xelto-diagram-canvas

Version:

An implementation of <xelto-diagram> in TypeScript.

3 lines (2 loc) 211 B
import { LeftTopAlignedArea, CenterAlignedArea, Point } from '../../types'; export default function toPhysicalArea(virtualArea: LeftTopAlignedArea, physicalScale: Point): LeftTopAlignedArea & CenterAlignedArea;