UNPKG

@saran-ign/react-image-annotate

Version:
9 lines (8 loc) 246 B
import { ExpandingLine } from '../../types/region-tools.ts'; declare const _default: (pointsWithAngles: ExpandingLine["points"]) => { x: number; y: number; angle: number | null; width: number | null; }[]; export default _default;