abhi2400's picture
Upload folder using huggingface_hub
04f98c3 verified
import { SVGCommand } from "./types";
export declare function encodeSVGPath(commands: SVGCommand | SVGCommand[]): string;