Installation

Add following javascript before <body> closes.

                    <script src="https://duroflex-3d.web.app/dist/duroflex-3d.min.js" type="module"></script>
                

Add Following CSS codes height and width you can adjust according to your needs

                    duroflex-3d {
    position: relative;
    width: 1000px;
    height: 1000px;
    margin: auto;
}