Code Screenshot Generator
Create beautiful code screenshots with themes and window chrome.
app.js
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));Create beautiful code screenshots with themes and window chrome.
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));