タグ

ブックマーク / rety.verou.me (1)

  • rety: Live coding without the stress

    Demo button { border: .1em solid black; background: transparent; color: black; } button:hover { background: black; color: white; } button.pink { border-color: #f06; color: #f06; } button.pink:hover { background: #f06; color: white; } <button>Click me</button> <button class="pink">Click me</button> [ {"type":"caret","start":63,"end":63,"editor":"css"}, {"type":"insertText","text":"--","split":true}

    efcl
    efcl 2022/07/20
    textareaなどに対するコーディングの動きを記録し、リプレイできるライブラリ。 プレゼンテーションなどでライブコーディング的なデモを行う用途で作られている。
  • 1