UNPKG

@kandy-io/uc-sdk-3.x

Version:
37 lines (24 loc) 1.2 kB
# Kandy UC JavaScript SDK 3.x ## Install ### Using npm : `$ npm install @kandy-io/uc-sdk-3.x` #### Install a particular build : To install a particular build branch or beta branch with the Github URL, run: `$ npm install https://github.com/Kandy-IO/kandy-uc-js-sdk-3.x#<build number or "beta"> --save` ### In the browser : ```html <script src="https://unpkg.com/@kandy-io/uc-sdk-3.x@3.28.0/dist/kandy.js" integrity="sha384-7RJ5bnuegq0UYjVpYSwMotJp021C56SHFa84YXu1xxT31d1Q1BM4DznBWoZY5uXd" crossorigin="anonymous"> </script> ``` ## Documentation The information about tutorials and documents can be found in the links below * `Documents`: [docs](https://kandy-io.github.io/kandy-uc-js-sdk-3.x/docs) * `Tutorials`: [Getting Started](https://kandy-io.github.io/kandy-uc-js-sdk-3.x/tutorials/?config=us#/Getting%20Started) ## Compatiblity | Browsers | Versions | Operating Systems | |----------|-----------------------|--------------------------------| | Chrome | Last 3 Major Versions | Windows, MacOS, Linux, Android | | Firefox | Last 3 Major Versions | Windows, MacOS, Linux | | Electron | Last 2 Major Versions | Windows, MacOS, Linux |