pagetour-sdk.localrepository
v2.1.0
Published
Local storage repository plugin for pagetour sdk
Downloads
22
Readme
pagetour-sdk.localrepository
This is the local storage plugin for pagetour-sdk.
Install
npm install pagetour-sdk.localrepository
Usage
Import and initialize the repository.
import { LocalStorageRepository } from 'pagetour-sdk.localrepository';
...
this.repository = new LocalStorageRespository();
Pass it as a parameter while initializing the pagetour sdk.
Pagetour.init(this.repository, options);
this.pagetour = PageTour.GetInstance();