diff --git a/js/bgRemover.js b/js/bgRemover.js index 10b3bb2..3b53d06 100644 --- a/js/bgRemover.js +++ b/js/bgRemover.js @@ -29,7 +29,7 @@ export async function removeBackground(blob, onProgress) { // Détourage IA → PNG avec transparence const pngBlob = await removeBg(blob, { - publicPath: CDN, + // publicPath omis → utilise le CDN par défaut de img.ly (staticimgly.com) output: { format: 'image/png', type: 'foreground',