You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: optimize image processing for Node.js backend
Replace browser-specific code with Node.js equivalents:
- Use Buffer.toString('base64') instead of btoa()
- Handle Node.js Buffer objects and ReadStreams
- Remove browser File API dependencies
- Use Buffer.from(arrayBuffer) for cleaner conversion
Since this code only runs in Node.js backend environments,
browser-specific APIs are unnecessary and can cause issues.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments