oasis-chat 0.0.12 → 0.1.1

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
@@ -10,6 +10,8 @@ npm install oasis-chat
10
10
 
11
11
  ## 사용 예시
12
12
 
13
+ > **참고**: 이 라이브러리는 Service Worker를 통해 자동으로 CORS 문제를 해결합니다. 별도의 프록시 설정이 필요하지 않습니다.
14
+
13
15
  ### React
14
16
 
15
17
  React 프로젝트에서 사용할 때는 wrapper 컴포넌트를 사용하면 CSS를 별도로 import할 필요가 없습니다.