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);
}
">
네이버 번역기로 다 해봤는데 이해가 잘 안되서요..
부탁드릴게요.. 감사합니다..