oasis-chat 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,21 +2,6 @@
2
2
 
3
3
  `createButton`을 제공하는 가벼운 바닐라 JS 채팅 버튼 컴포넌트입니다. React와 Vue를 위한 wrapper 컴포넌트도 제공됩니다.
4
4
 
5
- ## 프로젝트 구조
6
-
7
- ```
8
- src/
9
- ├── wrapper/ # 프레임워크별 래퍼 컴포넌트
10
- │ ├── react/ # React wrapper
11
- │ └── vue/ # Vue wrapper
12
- └── app/ # 메인 애플리케이션 로직
13
- ├── assets/ # 이미지 등 리소스
14
- ├── service/ # API 클라이언트 (auth, http, portal)
15
- ├── utils/ # 유틸리티 함수
16
- ├── index.js # 메인 export (createButton)
17
- └── style.css # 스타일시트
18
- ```
19
-
20
5
  ## 설치
21
6
 
22
7
  ```bash
@@ -158,6 +143,7 @@ npm run build:lib # 라이브러리 빌드 (Vanilla JS, React, Vue 모두
158
143
  ```
159
144
 
160
145
  빌드 후 `dist/` 폴더에 다음 파일들이 생성됩니다:
146
+
161
147
  - `index.*.js` - Vanilla JS 버전
162
148
  - `react/index.*.js` - React wrapper 버전
163
149
  - `vue/index.*.js` - Vue wrapper 버전