A framework for integrating and manipulating X3D scenes as HTML5/DOM elements
npm install x3dom
To use a CDN, add the following tags to your HTML page
<link rel="stylesheet" type="text/css" href="https://unpkg.com/x3dom/x3dom.css">
<script type="text/javascript" src="https://unpkg.com/x3dom/x3dom.js"></script>