Skip to content

Instantly share code, notes, and snippets.

@up1
Created August 20, 2026 03:01
Show Gist options
  • Select an option

  • Save up1/32b6f573b177fa4df99548910419e133 to your computer and use it in GitHub Desktop.

Select an option

Save up1/32b6f573b177fa4df99548910419e133 to your computer and use it in GitHub Desktop.
Styled logging
lineColor = '#000';
styled = `color:#e11d48;font-family:-apple-system, BlinkMacSystemFont, sans-serif
;font-size:72px;font-weight:bold;-webkit-text-stroke:1px ${lineColor};line-height:2;`;
text = `
หยุด หยุดชีวิต หยุดกับคนนี้
แม้ว่าใครจะดีสักแค่ไหน
`;
console.log(`%c${text}`, styled);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment