Elwen Logo

Reset your body

background
overlay
document.addEventListener('touchmove', (e) => { if (e.touches.length > 0) { const touch = e.touches[0]; updateClip(touch.clientX, touch.clientY); } }, { passive: true });