Setup Room Designer
Setup the room designer container in the html
<html>
<head>
<style>
body {
margin: 0;
padding: 0;
}
#configurator-container {
width: 100vw;
height: 80vw;
}
</style>
</head>
<body>
<!-- setup the configurator container -->
<div id="configurator-container"></div>
<!-- link to the script file -->
<script src="./index.js" type="module"></script>
</body>
</html>Import the RoomleConfigurator instance
URL Parameters
Loading the item
Start scenarios for embedding the Room Designer into your website
Relevant parameters
Conclusion
Last updated