o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
우연히 봤는데요,생각할수록 할만하고 모두가 해야할것 같아서 공유해봅니다. 아무쪼록 평온한 밤 되시길 바래요.