Code Screenshot Generator
Create beautiful, shareable code screenshots with syntax highlighting, themes, and backgrounds.
Code Input
▼
Paste Your Code
function fibonacci(n) { if (n <= 1) return n; return fibonacci(n - 1) + fibonacci(n - 2); } // Generate first 10 numbers const results = []; for (let i = 0; i < 10; i++) { results.push(fibonacci(i)); } console.log('Fibonacci:', results); // Output: [0, 1, 1, 2, 3, 5, 8, 13, 21, 34]
Language
JavaScript
TypeScript
Python
Go
Rust
Java
C++
HTML
CSS
SQL
Bash
JSON
YAML
Markdown
Ruby
PHP
Swift
Kotlin
Theme
▼
Window Style
▼
Window Chrome
macOS Dots
Windows Controls
None
Title Bar Text
Show Line Numbers
Font & Spacing
▼
Font Family
SF Mono
Fira Code
JetBrains Mono
Cascadia Code
Font Size:
14px
Line Height:
1.6
Window Padding:
32px
Background
▼
Background Type
Gradient Preset
Solid Color
Custom Gradient
Transparent
Color
to
deg
Background Padding:
48px
Window Border Radius:
12px
Drop Shadow
1x
2x
3x
Copy Image
Download PNG
Download SVG