LexOpt
import type { LexOpt } from "https://raw.githubusercontent.com/ycw/svg-path/main/src/mod.ts";
Lexer options.
interface LexOpt {
allowBeginWithComma?: boolean;
allowCmdFollowedByComma?: boolean;
allowCmdFollowsComma?: boolean;
allowEndWithComma?: boolean;
allowNotBeginWithMoveTo?: boolean;
allowRadiusIsNegative?: boolean;
allowTrailingDot?: boolean;
}