UNPKG

lbrn2-to-svg

Version:

A library and CLI to parse LightBurn LBRN2 files and convert them to SVG.

3 lines (2 loc) 132 B
import type { Lbrn2Path } from "./lbrn2Types"; export declare function parsePathPrimitives(path: Lbrn2Path, log: string[]): string;