// JPG to PNG — lossless re-encode to PNG.
window.TOOL_HANDLERS['jpg-to-png'] = () => (
  <window.ImageConverter title="Drop a JPG here" hint="output will be lossless PNG"
    accept="image/jpeg,image/*" outMime="image/png" outExt="png" />
);
