A promise that resolves with an object containing the selected WebP options.
const WebpOptions = await SetWebpOptionsPrompt(); console.log(WebpOptions); // will returns: { alphaQuality: 100, lossless: false, nearLossless: false, smartSubsample: false, effort: 4, minSize: false, mixed: false, preset: 'default', loop: 0, delay: '', }
Prompts the user to configure various options for WebP image processing. It allows the user to select and set options, like: