Why convert PNG to WebP
PNG is a workhorse for graphics, but photographic PNG files balloon because every pixel is stored losslessly. Converting PNG to WebP keeps transparency and typically cuts weight for LCP heroes, cards, and marketing sites that already ship a WebP `<picture>` fallback.
Use PNG to WebP when the destination is the web and you still need alpha. Keep a PNG master in git or Figma if you need a lossless original — WebP here is a delivery format, not an archive format.
Asset Melt encodes PNG to WebP with the official WebP encoder in a worker. You can leave quality high for UI, or turn on a size budget when an upload form caps kilobytes.
