Advanced Integration
Basic Setup
<!DOCTYPE html>
<html style="height: 100%">
<head>
<title>Configurator iframe Example</title>
<meta charset="UTF-8">
<script type="text/javascript">
let cmConfigurator;
window.onload = () => {
cmConfigurator = document.getElementById("cmConfigurator").contentWindow;
}
</script>
</head>
<body style="width: 100%; height: 100%; margin: 0;">
<iframe id="cmConfigurator"
src="https://configurator.colormass.com?sceneId=990"
style="width: 100%; height: 100%; border: none"
allowfullscreen>
</iframe>
</body>
</html>Calling Methods
Listening to Events
Setting Configurations

Last updated