GangYi

Results 3 comments of GangYi

Same here, seems like its absolute path problem. Tried with relative path and it is fine. ### Code ```TS // Relative Path console.log("Removing:", "./img/background.jpg"); await removeBackground(path.join("./img/background.jpg"), config); console.log("Success"); // Absolute...

> Same issue here. Unfortunately I seem to need the absolute path for the distributed Electron app. Help please? Hi @JPhilipp, I've found a fix for it. You may try...

> Strange. I now switched to the suggested blob passing, and it all works fine in the dev version, but again when I run it from the distribution, it doesn't...