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

tokenize

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

Generate tokens from path data.

function tokenize(d: string): Tk[];
§
tokenize(d: string): Tk[]
[src]

§Parameters

§
d: string
[src]

Path data.

§Return Type

§

Array of tokens.