Getting Started

You can easily control the widget using the provided methods.

Ready event

All functions and events that will be described below must be written inside the IMBER_READY event.
document.addEventListener("IMBER_READY", () => {
// Your event or function
})
Last modified 2yr ago