Skip to main content

Code Screenshot

v1.0.0

Turn code snippets into beautiful screenshots with syntax highlighting and customizable themes.

index.tsTypeScript
function greet(name: string): string {
  return `Hello, ${name}!`;
}

console.log(greet("World"));