YawningFace 路 tools
All tools

Code to image

Beautiful code screenshots with syntax highlighting.

48px
function greet(name: string) {
  // Say hi to someone
  return `Hello, ${name}!`;
}

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