Transform your code snippets into stunning, shareable images. Choose from beautiful themes, customize fonts and backgrounds, adjust padding and window styles, then export a high-resolution screenshot — perfect for social media, blog posts, presentations, and documentation.
1function fibonacci(n) {2 if (n <= 1) return n;3 return fibonacci(n - 1) + fibonacci(n - 2);4}56"color:#75715e">// Calculate first 10 Fibonacci numbers7const result = Array.from({ length: 10 }, (_, i) => fibonacci(i));8console.log(result);
Transform your code snippets into stunning, shareable images. Choose from beautiful themes, customize fonts and backgrounds, adjust padding and window styles, then export a high-resolution screenshot — perfect for social media, blog posts, presentations, and documentation.
Paste your code
Paste or type your code snippet into the editor area.
Select a language
Choose the programming language for accurate syntax highlighting.
Customize the appearance
Pick a theme, window style, font, background, padding, and toggle line numbers.
Preview the result
See a live preview of your code screenshot as you adjust settings.
Export the image
Click the download button to save your code screenshot as a high-resolution PNG.