@myinterview/widget-react 1.1.21-development-eca8c5c → 1.1.22-development-2bfa0c3
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 +2 -6
- package/dist/cjs/index.js +483 -182
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/interfaces/videoInterface.d.ts +1 -0
- package/dist/esm/index.js +483 -182
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/interfaces/videoInterface.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The myInterview widget for [React](https://reactjs.com).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
For more detailed documentation with all Props, Methods and Customisation possibilities, please visit our website https://documentation.myinterview.com/docs/intro
|
|
6
6
|
|
|
7
7
|
# Installation and usage
|
|
8
8
|
|
|
@@ -47,11 +47,7 @@ const App = () => {
|
|
|
47
47
|
|
|
48
48
|
# Documentation
|
|
49
49
|
|
|
50
|
-
> **For more detailed documentation with all
|
|
51
|
-
|
|
52
|
-
# Thanks
|
|
53
|
-
|
|
54
|
-
Just want to say thank you to everyone who has made it happen.
|
|
50
|
+
> **For more detailed documentation with all Props, Methods and Customisation possibilities, please visit our website https://documentation.myinterview.com/docs/intro**
|
|
55
51
|
|
|
56
52
|
## License
|
|
57
53
|
|