Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

analyze

import { analyze } from "https://raw.githubusercontent.com/ycw/svg-path/main/src/mod.ts";

Check grammar and re-group tokens.

function analyze(d: string, opt?: LexOpt): Instr[];
§
analyze(d: string, opt?: LexOpt): Instr[]
[src]

§Parameters

§
d: string
[src]

Path data.

§
opt?: LexOpt optional
[src]

§Return Type

§
Instr[]
[src]

Array of instructions.