Skip to content

Kandy-IO/kandy-uc-js-sdk-3.x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The v3 stream of the Kandy UC JavaScript SDK has been deprecated and is not receiving regular updates. The latest version of the SDK can be found at https://github.com/Kandy-IO/kandy-uc-js-sdk.

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 :

<script src="https://unpkg.com/@kandy-io/uc-sdk-3.x@3.41.1/dist/kandy.js"
  integrity="sha384-aIM30XwwkHcPWQC2aqKzsCj/QJyHBp09bsmaeq/Z3VL3rapWpG/5izP+8ix0WQhw"
  crossorigin="anonymous">
</script>

Documentation

The information about tutorials and documents can be found in the links below

Compatibility

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