This commit is contained in:
MaxenceBrasselet 2019-06-18 14:33:40 +02:00
Родитель ea661b5a91
Коммит 3606afb6e7
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -4,12 +4,11 @@ You'll need a pro version subscription on your Furioos interface in order to use
Then choose the app you want to use with the SDK and share it as SDK link.
## Installation
```npm install --save furioos-sdk```
npm install --save furioos-sdk
## Exemple
You should copy past your link previously you got in your Furioos interface.
```js
import { Player } from 'furioos-sdk';
const player = new Player({sdkShareLink}, {containerDivId});
@ -18,7 +17,6 @@ You should copy past your link previously you got in your Furioos interface.
// Here you know when the player is ready.
player.startSession();
})
```
## Methods
### constructor(sdkShareLink, containerDivId)