supertab-browser 6.7.5
Install from the command line:
Learn more about npm packages
$ npm install @laterpay/supertab-browser@6.7.5
Install via package.json:
"@laterpay/supertab-browser": "6.7.5"
About this version
Supertab Browser SDK.
npm install @laterpay/supertab-browser
The supertab-browser instance can be initialized in two ways:
window.SupertabInit(options); // will be available as window.Supertab
console.log(await window.Supertab.getApiVersion()); // will print the version of the API
const client = new Supertab(options); // will return a Supertab instance
console.log(await client.getApiVersion()); // will print the version of the API