Code to Image — beautiful PNG screenshots of code

Render code into a styled card with macOS window chrome and download as PNG — no signup, no watermark, three themes.

snippet.ts
function hello(name: string) {
  return `Hello, ${name}!`
}

console.log(hello('SuperBuilder'))