-
-
Save up1/32b6f573b177fa4df99548910419e133 to your computer and use it in GitHub Desktop.
Styled logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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