Deokseong Kim
Deokseong Kim
#### 내용 (Description) ``` js const map = new naver.maps.Map('naver-map', { center: new naver.maps.LatLng(37.3595704, 127.105399), zoom: 13, maxZoom: 14, }); map.addListener('zoom_changed', () => { map.panTo(new naver.maps.LatLng(37.3595704, 127.105399)) }) ``` zoom_changed시에...
Hi. Maybe I missed, I'm trying to nest a schema to object type `properties`, but I couldn't found the way to solve this situation. ``` yaml responses: 200: content: application/json:...
- [ ] react 19 대응 - [ ] 웹사이트 astro로 변경 - [ ] panorama 기능 추가 - [ ] fix event #119 - [ ] tsc 로 빌더...