summaryrefslogtreecommitdiffstats
path: root/internal/media/handler_test.go
Commit message (Collapse)AuthorAgeFilesLines
* feat: add MediaHandler for image upload and on-the-fly servingivar12 days1-0/+198
Implements HandleUpload (EditorJS-compatible multipart endpoint) and HandleServe (on-the-fly WebP/JPEG conversion with width-based resizing and file-system caching) backed by govips/ConvertAndResize. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>