TBOYC Icon

The Beauty of Your Code (TBOYC)


A lightweight JavaScript library designed to beautifully highlight your code snippets.

/** * Welcome to TBOYC Web Demo! * A simple showcase of syntax highlighting. */ // Greet the user function hello() { console.log("Hello, World!"); } // Calculate and log the sum function sum(a, b) { console.log(\`Sum: \${a + b}\`); } // Start the demo hello(); sum(10, 20);

Download TBOYC


View on GitHub

Code to TBOYC Converter

Easily format and beautify your code with TBOYC.