Object Inspector


Demo



Usage


  1. Import Object Inspector
    // ESM
    import ObjectInspector from "./dist/index.js";
    <!-- UMD -->
    <script src="./dist/index.umd.js"></script>
  2. Create a new Object Inspector instance
    const viewer = new ObjectInspector(container, obj, options?);
  3. Done