// Image to WebP — encode any supported image as WebP.
window.TOOL_HANDLERS['convert-webp'] = () => (
  <window.ImageConverter title="Drop an image here" hint="we'll convert it to WebP"
    accept="image/*" outMime="image/webp" outExt="webp" quality={0.85} />
);
