jsxc-react-hook 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -1
- package/dist/jsxc.bundle.js +1 -1
- package/package.json +1 -1
- package/public/jsxc.bundle.js +1 -1
- package/src/Jsxc.tsx +19 -10
- package/src/Sel.tsx +7 -7
- package/src/lib/styles/jsxc.bundle.css +3 -3
package/README.md
CHANGED
@@ -20,7 +20,10 @@
|
|
20
20
|
marginRight?: string; (defalut is 40px)
|
21
21
|
fullscreen?: boolean; (defalut is false)
|
22
22
|
jqueryUrl?: string;
|
23
|
-
showMenu: "yes"|"no" (use boolean has bug in create-react-app)
|
23
|
+
showMenu: "yes"|"no" (use boolean has bug in create-react-app, default is yes, same as below)
|
24
|
+
showAudioButton: "yes"|"no"
|
25
|
+
showVideoButton: "yes"|"no"
|
26
|
+
showOfflineButton: "yes"|"no"
|
24
27
|
|
25
28
|
```
|
26
29
|
## api
|