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);
}
">
붙이고 얼마나있어야 효과가 좀 나타나나요?
찾아보니 미리붙이라고 되있는데
약효가 나타날때까지 시간이좀걸리는걸까요?