コードを macOS のウィンドウ枠を備えたスタイリッシュなカードに描画し、PNG としてダウンロード。登録不要、透かしなし、3 種類のテーマを用意。
function hello(name: string) { return `Hello, ${name}!` } console.log(hello('SuperBuilder'))