UNPKG

@tracespace/plotter

Version:

Plot @tracespace/parser ASTs into image trees.

4 lines (3 loc) 189 B
import type { Rectangle } from '@tracespace/parser'; import * as Tree from '../tree'; export declare function plotRectPath(segments: Tree.PathSegment[], shape: Rectangle): Tree.ImageShape;