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);
}
">
그동안 찍은거 다 등록해야 하는거죠?? 아니면 처음꺼 최근꺼만 등록하시나요?