An Electron app for making YouTube thumbnails.
npm install
npm run dev
Choose a background image, edit the title text, adjust the typography/framing controls, and save the generated 1280x720 thumbnail as a PNG.
The app prefers a locally installed MonoLisa font and falls back to common monospace fonts if MonoLisa is unavailable.
npm run build
This creates the compiled Electron/Vite app in out\.
npm run dist
This creates a double-clickable Windows app at release\Thumbnail Generator.exe.