mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
The decode canvas was always black because nothing drew on it. Now the backend encodes partial JPEG snapshots every 5% progress and the frontend uses an <img> tag with in-place DOM updates instead of recreating innerHTML on every SSE event. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>