✦ dress-up ✦
tenue actuelle :
🌸
cheveux courts
longs lisses
🎀
twin tails
🌙
half-up moon
🩷
crop rose
🫧
sheer blouse
🖤
tee noir
🧸
hoodie kawaii
🌸
top floral
top étoiles
🩰
mini lilas
🎀
tulle rose
🌊
jean droit
🌙
jupe longue
🎠
plissée turq.
🩰
mary-janes
👟
chunky
🥿
mules lilas
🥾
boots gothiques
🎀
grand nœud
💍
bague cristal
📿
collier perles
🎒
sac kawaii
🌂
ombrelle rose
🎧
casque audio
♬ now playing
— silence —
// then: html2canvas(document.getElementById('doll-stage')).then(c => c.toBlob(b => { const a = document.createElement('a'); a.href = URL.createObjectURL(b); a.download = 'outfit.png'; a.click(); })); setTimeout(() => { alert('✦ screenshot ! ✦\n(pour activer, ajouter html2canvas.min.js dans /assets/)'); }, 200); } function switchCat(cat, btn) { document.querySelectorAll('.cat-tab').forEach(t => t.classList.remove('active')); document.querySelectorAll('.items-grid').forEach(g => g.classList.remove('active')); btn.classList.add('active'); const gridId = { hair:'cat-hair', tops:'cat-tops', bottoms:'cat-bottoms', shoes:'cat-shoes', accessories:'cat-accessories' }[cat]; document.getElementById(gridId)?.classList.add('active'); }