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);
}
">
한 곳은 찾았는데 비용이 조금 비싼
편이라 비교좀해보고싶어요!