title
A prototype
document.addEventListener('keydown', function (event) { if (event.key === 'a') { document.body.style = "color: white; background-color: #111111"; } if (event.key === 'b') { document.body.style = ''; } if(event.key === 'c'){ console.log('press c'); var newEl = document.createElement('p'); newEl.innerHTML = "Hello"; document.body.appendChild(newEl); } });
snap
new
fork
download
html
css
js
output
config
➚ link to output
➚ list all stems
➚ snap player
font size
live reload
snap mode
layout
⤷ switch
★ info and code