GenOpt
import type { GenOpt } from "https://raw.githubusercontent.com/ycw/svg-path/main/src/mod.ts";
Generator options.
interface GenOpt {
combine?: boolean;
multiline?: boolean;
terse?: boolean;
truncate?: number;
}import type { GenOpt } from "https://raw.githubusercontent.com/ycw/svg-path/main/src/mod.ts";
Generator options.