Code Beautifier
Transform your code into beautiful, shareable snippets
Lines: 1•Chars: 0
Live Preview
javascript.js
JAVASCRIPT
1import { clsx, type ClassValue } from "clsx"
2import { twMerge } from "tailwind-merge"
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs))
6}
7
8// Welcome to codeBunny! 🐰
9// Your code will appear here beautifully formatted
✨
Start typing to see the magic!