// ESM import ObjectInspector from "./dist/index.js";
<!-- UMD --> <script src="./dist/index.umd.js"></script>
const viewer = new ObjectInspector(container, obj, options?);