tokenizeCopyimport { 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§Tk[][src]Array of tokens.