将代码渲染成带 macOS 窗口外观的精美卡片并下载为 PNG — 无需注册、无水印、三种主题。
function hello(name: string) { return `Hello, ${name}!` } console.log(hello('SuperBuilder'))