0.2.1 • Published 4 years ago

smartsupp-widget v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Smartsupp Widget SDK

Installation

npm install smartsupp-widget --save

Usage

Initialize script with your KEY and options. For more information about options visit Docs

import smartsupp from 'smartsupp-widget'
smartsupp.init('YOUR_KEY', {
    hideWidget: true,
})

After init, you can use api, eg:

smartsupp.setName('John Doe')

For more info visit https://docs.smartsupp.com

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago