API Reference
const message = {
data: {
method: string,
parameters: {},
},
type: "colormass",
};window.onload = () => {
cmConfigurator = document.getElementById("cmConfigurator").contentWindow;
cmConfigurator.postMessage(message, "https://configurator.colormass.com");
};Events
Last updated