Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

Writing a real PNG compressor in vanilla JavaScript (no WASM, no libraries)

Every online image converter I tried had the same shape: drag your file in, it uploads to a server somewhere, you get a download link back. That's fine for a meme.

  • Vanilla JavaScript PNG compressor created without WASM or libraries
  • canvas.toBlob() method can silently generate incorrect PNG files
  • Manual compression required to achieve significant file size reduction

More from Thursday 17 September →