- I use:
.tsx,.ts,.sol - Workbench:
codex,claude code
const btw = () => {
const msg = `%c ${atob("SSBidWlsZGluZyBzb21ldGhpbmc")}`;
const styles = [
"font-size: 12px", "color: #fffce1", "font-family: monospace",
"background: #0e100f", "display: inline-block", "padding: 1rem 3rem",
"border: 1px solid #fffce1", "border-radius: 4px;"
].join(";");
console.log(msg, styles);
}
btw();