Code Screenshot
v1.0.0Turn code snippets into beautiful screenshots with syntax highlighting and customizable themes.
index.ts — TypeScript
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("World"));Turn code snippets into beautiful screenshots with syntax highlighting and customizable themes.
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("World"));