All tools
Code to image
Beautiful code screenshots with syntax highlighting.
function greet(name: string) {
// Say hi to someone
return `Hello, ${name}!`;
}
console.log(greet("YawningFace"));Beautiful code screenshots with syntax highlighting.
function greet(name: string) {
// Say hi to someone
return `Hello, ${name}!`;
}
console.log(greet("YawningFace"));