• ❤︎ MIKANYEKO
  • MinusMinus
  • CancelCancel
  • HeartHeart
  • home

    home

  • about

    about

  • commissions

    commissions

  • credits

    credits

const sparkles = ["♡", "✦", "✧", "ʚїɞ", "≽^•⩊•^≼", "♥︎", "☆", "★", "meow !", "nyah !", "mikanyeko"]; document.addEventListener("mousemove", (e) => { const sparkle = document.createElement("div"); sparkle.className = "sparkle"; sparkle.textContent = sparkles[Math.floor(Math.random() * sparkles.length)]; sparkle.style.left = e.clientX + "px"; sparkle.style.top = e.clientY + "px"; sparkle.style.color = Math.random() > 0.5 ? "#ecd1ff" : "#cbaed6"; document.body.appendChild(sparkle); setTimeout(() => { sparkle.remove(); }, 1500); });

© mikanyeko ; carrd designed by mikanyeko ≽^• ˕ • ^≼