UT

Code Screenshot Generator

Create beautiful code screenshots with themes and window chrome.

app.js
function greet(name) {
  return `Hello, ${name}!`;
}

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