-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE][Feat] #10 : canvas에 그리기 훅, 마우스와 터치 이벤트 훅 #289
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
분리 힘드셨을텐데.. 고생하셨습니다!!ㅠㅠㅠ
|
||
endImageRef.current = new Image(); | ||
endImageRef.current.src = endmarker; | ||
console.log(guests); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
콘솔 제거하고 올려주세요!!
ctx.lineCap = 'round'; | ||
ctx.lineJoin = 'round'; | ||
|
||
// TODO: 사용자 현재 위치 디자인 변경 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 이거 이미지로 작업하고 TODO 없애서 다시 올려주실 수 있으실까욥??
재도님께서 이미지 세팅해두셔서, 콘솔 지우는 김에 이미지 사용해서 올려주시면 될 것 같습니다!
setIsTouching(false); | ||
} | ||
}; | ||
// // TODO: 줌인 줌아웃 버튼으로도 접근 가능하도록 추가 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이것도 줌인/줌아웃 버튼으로 수정해서 같이 올려주시면 좋을 것 같아요!
줌 작업 후에 TODO도 없애고, 위에 handleMapPan 함수도 수정해서 올려주시면 감사하겠습니다!
handleTouchMove, | ||
handleTouchEnd, | ||
isDragging, | ||
// isTouching, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 사용하지 않으면 주석 제거 부탁드릴게요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
필요한거면 // TODO 부탁드립니다!
📝 PR 개요
🔍 변경 사항
✅ 체크리스트 (Checklist)
🔄 관련 이슈 (Linked Issues)
#10