Toolkyn

Code Snapshot

NEW

Turn any code snippet into a beautiful, shareable image with syntax highlighting

Paste your code
snippet.js
function fibonacci(n) {
if (n <= 1) return n;
return fibonacci(n - 1) + fibonacci(n - 2);
}
console.log(fibonacci(10));

More Text & Utility Tools

Word Counter
Character Counter
Slug Generator
Lorem Ipsum Generator