UNPKG

@zag-js/signature-pad

Version:

Core logic for the signature-pad widget implemented as a state machine

4 lines (2 loc) 119 B
declare function getSvgPathFromStroke(points: number[][], closed?: boolean): string; export { getSvgPathFromStroke };