UNPKG

ngx-svg-graphics

Version:

Small svg library to link components or svg elements with arrows and allow to drag components.

7 lines (6 loc) 93 B
export interface BoundingBox { x: number; y: number; w: number; h: number; }