Include the SDK in your web application.
<script type="text/javascript" src="https://developer.idearoominc.com/libs/idearoom/0.1.10/idearoom.umd.production.min.js"></script>
Create a placeholder element for the configurator.
<div id="configurator-placeholder"></div>
Initialize the configurator using your configurator URL to the placeholder element.
const configurator = new idearoom.Configurator('https://demo.carportview.com', 'configurator-placeholder');
<a href="https://developer.idearoominc.com/examples/idearoom/0.1.10/example.html" target="_blank">Embedded Configurator Example</a>
Make sure that a <meta>
viewport element exists in your page:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Generated using TypeDoc
Method signature of a callback provided to the Snackbar