Code Screenshot Generator
Create beautiful code screenshots with syntax highlighting, multiple themes, and export options
Preview
example.js
1
2
3
4
5
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');Create beautiful code screenshots with syntax highlighting, multiple themes, and export options
1
2
3
4
5
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');