7

Create beautiful images of your source code

 2 years ago
source link: https://chalk.ist/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Create beautiful images of your source code
720 x 448
const btn = document.getElementById('btn')
let count = 0
function render() {
  btn.innerText = `Count: ${count}`
btn.addEventListener('click', () => {
  // Count from 1 to 10.
  if (count < 10) {
    count += 1
    render()

Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK