esm-potrace-wasm
esm-potrace-wasm copied to clipboard
Incorrect type definition when pathonly is true
The return type of the function potrace is Promise<string> but it can be of type Promise<string[]> if pathonly is true.