Fix Buffer type error in getBlob response for strict TypeScript compilation
The Hono c.body() method doesn't accept Node.js Buffer directly in
strict mode — wrap with ArrayBuffer slice for compatibility.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>