Code Snapshot

Create beautiful code screenshots for 20+ programming languages

Preview
Loading...

Generating preview...

script.js
// Code will appear here
Code Editor
Customization
Theme
GitHub Dark
GitHub Light
VS Dark
Atom
Monokai
Solarized
Window Frame
macOS
Windows
script.js
Linux
No Frame
Background
No Background
Purple Gradient
Pink Gradient
Blue Gradient
Green Gradient
Sunset Gradient
Peach Gradient
Sky Gradient
Lime Gradient
Code Templates
JavaScript Function
Modern ES6 function example
function calculateTotal(...
Python Class
Python class with methods
class User:
HTML Structure
Basic HTML5 template
<!DOCTYPE html>
CSS Animation
CSS keyframes animation
@keyframes slideIn {
React Component
Functional React component
const MyComponent = () => {
API Request
Fetch API example
async function fetchData() {