UNPKG

@tracespace/plotter

Version:

Plot @tracespace/parser ASTs into image trees.

7 lines (6 loc) 285 B
import type { GerberTree } from '@tracespace/parser'; import type { ImageTree } from './tree'; export * from './tree'; export * as BoundingBox from './bounding-box'; export { TWO_PI, positionsEqual } from './coordinate-math'; export declare function plot(tree: GerberTree): ImageTree;