leadapp-draft
v0.0.1
Published
LeadApp integration library (prototype version)
Readme
LeadApp Integration Library (prototype)
Javascript library to ease the integration with LeadDesk application UI
Usage
import { LeadDesk } from "leadapp-draft";
const api = LeadDesk.api();
if (api) {
// Request full screen mode
api.fullScreen.enable();
}API documentation
Full documentation of the LeadDesk API can be found from https://to-be-added-later
