javascript 뷰 방향

이승훈·2024년 10월 18일
window.addEventListener('orientationchange', event => {
  console.log(window.screen.orientation);
});
profile
안녕하세요!

0개의 댓글