I needed a simple tool to convert images to base64 data URIs for a project I was working on. Figured I'd throw it together and open source it since someone else might find it useful too.
Converts images to base64 PNG data URIs. You can drag/drop images, optionally fit them to a square canvas, and copy the result. That's about it.
npm install
npm run devnpm run buildBuilt with React + TypeScript + Vite. Works client-side only, no backend needed.