Language_Translator / pro3 /node_modules /svg-pathdata /lib /SVGPathDataEncoder.d.ts
abhi2400's picture
Upload folder using huggingface_hub
04f98c3 verified
Raw
History Blame Contribute Delete
122 Bytes
import { SVGCommand } from "./types";
export declare function encodeSVGPath(commands: SVGCommand | SVGCommand[]): string;