[RAPID] 메신저 화면 캡처 기능 구현

- modern-screenshot 패키지 추가
- ScreenCapture: 전체화면 오버레이 + 드래그 영역 선택 + DOM 캡처
- MessengerModal: 캡처 버튼(Scissors) 추가, 캡처 중 모달 숨김
- MessageInput: forwardRef로 addFiles 메서드 외부 노출
- ChatPanel: messageInputRef prop 추가 및 전달

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syc0123
2026-03-31 15:09:27 +09:00
parent 6b3e6cce5e
commit 20b82dc57b
6 changed files with 511 additions and 116 deletions
+1
View File
@@ -82,6 +82,7 @@
"leaflet": "^1.9.4",
"lucide-react": "^0.525.0",
"mammoth": "^1.11.0",
"modern-screenshot": "^4.6.8",
"next": "^15.4.8",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",