September 26th, 2025

This update introduces customization options for background, text, and stickman colors of the initial loading overlay. Currently by default we will show the green stickman, but now you can customize it by passing in customParams either one or all fields:
loadingStickmanColor: "00FF0B",
loadingBackgroundColor: "000000",
loadingTextColor: "FFFFFF", // changes the text color and back buttonThe values are 6 digit hex colors without #